File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2323 - name : Upload Commit Metadata
2424 shell : bash
2525 run : |
26+ set -Eeu -o pipefail -x
27+
2628 sudo apt-get update && sudo apt-get install -y jq
27- bash scripts/cat-s3.sh vortex-benchmark-results-database commits.json <(bash scripts/commit-json.sh)
29+ bash scripts/commit-json.sh > new-commit.json
30+ bash scripts/cat-s3.sh vortex-benchmark-results-database commits.json new-commit.json
2831 bench :
2932 strategy :
3033 matrix :
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ jq --compact-output '.' <<EOF
2929 "message": "$commit_title ",
3030 "timestamp": "$commit_timestamp ",
3131 "tree_id": "$tree_id ",
32- "url": "$repo_url /commit/$commit_id ",
32+ "url": "$repo_url /commit/$commit_id "
3333}
3434EOF
You can’t perform that action at this time.
0 commit comments