ci(package): testing

This commit is contained in:
Thomas Hobson 2021-03-14 14:51:29 +13:00
parent be1b93cf1f
commit fd8b8515f4
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 2 additions and 1 deletions

View File

@ -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