Skip to content

Commit

Permalink
Merge pull request #286 from ICRAR/LIU-406
Browse files Browse the repository at this point in the history
LIU-406: Re-direct the palette generation to EAGLE-graph-repo
  • Loading branch information
myxie authored Oct 8, 2024
2 parents 3ea381c + 1fe7111 commit ae7c46a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/create-palettes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ jobs:
EAGLE_UPDATER_TOKEN: ${{ secrets.EAGLE_UPDATER_TOKEN }}
PALETTE_TOKEN: ${{ secrets.PALETTE_TOKEN }}
run: |
git clone https://[email protected]/ICRAR/EAGLE_test_repo
mkdir -p EAGLE_test_repo/$PROJECT_NAME
mv $OUTPUT_FILENAME.palette EAGLE_test_repo/$PROJECT_NAME/
mv $OUTPUT_FILENAME-template.palette EAGLE_test_repo/$PROJECT_NAME/
cd EAGLE_test_repo
git clone https://[email protected]/ICRAR/EAGLE-graph-repo
mkdir -p EAGLE-graph-repo/$PROJECT_NAME
mv $OUTPUT_FILENAME.palette EAGLE-graph-repo/$PROJECT_NAME/
mv $OUTPUT_FILENAME-template.palette EAGLE-graph-repo/$PROJECT_NAME/
cd EAGLE-graph-repo
git add *
git diff-index --quiet HEAD || git commit -m "Automatically generated DALiuGE palette (branch $GITHUB_REF_NAME, commit $PROJECT_VERSION)"
git push

0 comments on commit ae7c46a

Please sign in to comment.