We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7331c71 commit a7dbcfcCopy full SHA for a7dbcfc
Dockerfile
@@ -6,7 +6,8 @@ ENV COMPOSER_ALLOW_SUPERUSER 1
6
RUN curl -sS https://getcomposer.org/installer | php \
7
&& mv composer.phar /usr/local/bin/composer
8
9
-RUN composer require 'staabm/annotate-pull-request-from-checkstyle:1.*'
+RUN composer global require 'staabm/annotate-pull-request-from-checkstyle:1.*'
10
+ENV PATH /root/.composer/vendor/bin:$PATH
11
12
ADD action-entrypoint.sh /usr/local/bin
13
action-entrypoint.sh
@@ -13,4 +13,4 @@ FLAGS=()
14
IFS=";" read -r -a FILES <<< "$CS2PR_FILES"
15
16
-vendor/bin/cs2pr "${FLAGS[@]}" "${FILES[@]}"
+cs2pr "${FLAGS[@]}" "${FILES[@]}"
0 commit comments