mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-02 09:56:27 +02:00
ci(package): add git log??
This commit is contained in:
parent
14f582eb33
commit
d10496cc78
1 changed files with 1 additions and 0 deletions
1
.github/workflows/package-pr.yaml
vendored
1
.github/workflows/package-pr.yaml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
SHALIST=$(curl "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls/$(jq -r '.pull_request.number' $GITHUB_EVENT_PATH)"/commits | jq '.[].commit.tree.sha' -r)
|
SHALIST=$(curl "https://api.github.com/repos/$GITHUB_REPOSITORY/pulls/$(jq -r '.pull_request.number' $GITHUB_EVENT_PATH)"/commits | jq '.[].commit.tree.sha' -r)
|
||||||
echo "Commits: $SHALIST"
|
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 $SHALIST
|
||||||
ls -la packages repo
|
ls -la packages repo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue