mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue