Skip to content

Commit

Permalink
Remove bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Nov 14, 2024
1 parent aac9d76 commit 9cbded6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/artifact_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
const script = require('./scripts/download-previous-artifact.js')
await script({github, context, core})
- name: Modify JSON file
run: |
if [ ! -f data.json ]; then
echo '{"broken_repos": []}' > data.json
fi
cat data.json | jq '.broken_repos += ["new_repo"]' > tmp.json && mv tmp.json data.json
- name: Update data
run: |
pixi run --environment data updata-data
Expand Down

0 comments on commit 9cbded6

Please sign in to comment.