Skip to content

Commit

Permalink
correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Jan 8, 2025
1 parent cd5f022 commit b489b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
docker run -d --name genie-container \
-e SYNAPSE_AUTH_TOKEN="${{ secrets.SYNAPSE_AUTH_TOKEN }}" \
ghcr.io/sage-bionetworks/genie:${{ github.ref_name }} \
tail -f /dev/null
tail -f /dev/nullg
- name: Run validation in test pipeline
run: |
Expand All @@ -175,7 +175,7 @@ jobs:
- name: Run consortium release in test pipeline
run: |
docker exec genie-container \
pytho3 /root/Genie/bin/database_to_staging.py Jan-2017 ../cbioportal TEST --test
python3 /root/Genie/bin/database_to_staging.py Jan-2017 ../cbioportal TEST --test
- name: Run public release in test pipeline
run: |
Expand Down

0 comments on commit b489b29

Please sign in to comment.