ci(package): point to head

This commit is contained in:
Thomas Hobson 2021-03-14 16:21:01 +13:00
parent 00dd38b83d
commit baf00ada3d
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 4 deletions

View File

@ -27,10 +27,7 @@ jobs:
- name: Build Packages
run: |
SHALIST=$(git rev-parse HEAD)
echo "Commits: $SHALIST"
git log
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci $SHALIST
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci HEAD
ls -la packages repo
- name: Upload package as artifact