mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
ci(package): testing
This commit is contained in:
parent
be1b93cf1f
commit
fd8b8515f4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/package-pr.yaml
vendored
3
.github/workflows/package-pr.yaml
vendored
|
@ -27,7 +27,8 @@ jobs:
|
|||
|
||||
- name: Build Packages
|
||||
run: |
|
||||
docker run -v $(pwd)'/repo:/piston/repo' -v $(pwd)'/packages:/piston/packages' docker.pkg.github.com/engineer-man/piston/repo-builder $(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} | awk -F/ '{ print $2 "-" $3 }' | sort -u) --no-server
|
||||
docker run -v "${{ github.workspace }}:/piston" piston_fs_repo --ci 05dc79d9f8884cdfe889536c95eec6a72e505706
|
||||
ls -la /piston/*
|
||||
|
||||
- name: Upload package as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue