Skip to content

Commit

Permalink
do not keep going
Browse files Browse the repository at this point in the history
  • Loading branch information
hernandev committed Jan 10, 2021
1 parent 6259195 commit c6d4602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo -e "${{ secrets.PHP_ALPINE_RSA }}" > .abuild/php-alpine.rsa
echo -e "${{ secrets.PHP_ALPINE_RSA_PUB }}" > .abuild/php-alpine.rsa.pub
docker-compose run sandbox pa-fix-permissions.sh
docker-compose run sandbox buildrepo -a /home/sandbox/scripts -p -k ${{ env.PHP_VERSION_SLUG }}
docker-compose run sandbox buildrepo -a /home/sandbox/scripts -p ${{ env.PHP_VERSION_SLUG }}
# upload artifacts.
- name: upload
Expand Down

0 comments on commit c6d4602

Please sign in to comment.