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 6259195 commit c6d4602Copy full SHA for c6d4602
.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
103
echo -e "${{ secrets.PHP_ALPINE_RSA }}" > .abuild/php-alpine.rsa
104
echo -e "${{ secrets.PHP_ALPINE_RSA_PUB }}" > .abuild/php-alpine.rsa.pub
105
docker-compose run sandbox pa-fix-permissions.sh
106
- 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 }}
107
108
# upload artifacts.
109
- name: upload
0 commit comments