ci(package): point to head
This commit is contained in:
parent
00dd38b83d
commit
baf00ada3d
|
@ -27,10 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: |
|
run: |
|
||||||
SHALIST=$(git rev-parse HEAD)
|
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci HEAD
|
||||||
echo "Commits: $SHALIST"
|
|
||||||
git log
|
|
||||||
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci $SHALIST
|
|
||||||
ls -la packages repo
|
ls -la packages repo
|
||||||
|
|
||||||
- name: Upload package as artifact
|
- name: Upload package as artifact
|
||||||
|
|
Loading…
Reference in New Issue