From b489b29579945853f425a3b5471b42cec4aa0d25 Mon Sep 17 00:00:00 2001 From: rxu17 <26471741+rxu17@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:40:48 -0800 Subject: [PATCH] correct command --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d934fe70..930d3256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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: |