mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
ci(package): point to head
This commit is contained in:
parent
00dd38b83d
commit
baf00ada3d
1 changed files with 1 additions and 4 deletions
5
.github/workflows/package-pr.yaml
vendored
5
.github/workflows/package-pr.yaml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue