fix: pipeline to download deployer recipe
All checks were successful
Self Test / test (push) Successful in 13s
All checks were successful
Self Test / test (push) Successful in 13s
This commit is contained in:
parent
500d03902f
commit
324f1b1e19
1 changed files with 4 additions and 2 deletions
|
|
@ -49,12 +49,14 @@ jobs:
|
|||
tools: composer
|
||||
|
||||
- name: Install PHP dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-dev --ignore-platform-reqs
|
||||
run: |
|
||||
composer install --prefer-dist --no-progress --no-dev --ignore-platform-reqs
|
||||
curl -o deploy-lib.php https://git.cloonar.com/infrastructure/ci-templates/raw/branch/main/deployer/typo3-recipe.php
|
||||
|
||||
- name: Create artifact
|
||||
run: |
|
||||
tar -czf build.tar.gz \
|
||||
bin public packages config vendor build composer.json composer.lock \
|
||||
bin public packages config vendor build composer.json composer.lock deploy-lib.php \
|
||||
$([ -d "node_modules" ] && echo "node_modules") \
|
||||
$([ -d "dist" ] && echo "dist") \
|
||||
2>/dev/null || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue