ci(package): testing
This commit is contained in:
parent
be1b93cf1f
commit
fd8b8515f4
|
@ -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…
Reference in New Issue