Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Proske committed Apr 29, 2022
1 parent d0c52f5 commit 7db9294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ composer:
- vendor
policy: pull
script:
- if [ -f "composer.json" ]; then composer config gitlab-token.gitlab.webstollen.de gitlab-ci-token $CI_JOB_TOKEN; fi
- if [ -f "composer.json" ]; then composer config gitlab-token.gitlab.webstollen.de $COMPOSER_CI_TOKEN; fi
- if [ -f "composer.json" ]; then composer install --no-dev -o; else echo "Skipped Composer, no composer.json"; fi
- if [ -f "composer.json" ]; then rm -rf vendor/webstollen/jtl5-plugin/tests vendor/webstollen/jtl5-plugin/core vendor/webstollen/jtl5-plugin/docker; else echo "Skipped Composer, no composer.json"; fi
artifacts:
Expand Down

0 comments on commit 7db9294

Please sign in to comment.