Skip to content

Commit

Permalink
Github release workflows bugfix (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt authored Jul 10, 2020
1 parent 42f3450 commit b09fe08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
-c https://ska:${CONDA_PASSWORD}@cxc.cfa.harvard.edu/mta/ASPECT/ska3-conda/core-pkg-repo \
-c https://ska:${CONDA_PASSWORD}@cxc.cfa.harvard.edu/mta/ASPECT/ska3-conda \
ska3-flight
source activate ska3-flight-${RELEASE_TAG} skare3-tools
source activate ska3-flight-${RELEASE_TAG}
cd /export/jgonzale/ska_testr
run_testr --test-spec test_spec_SKA3_HEAD \
--outputs-dir /export/jgonzale/ska_testr/release_tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
-c https://ska:${CONDA_PASSWORD}@cxc.cfa.harvard.edu/mta/ASPECT/ska3-conda/core-pkg-repo \
-c https://ska:${CONDA_PASSWORD}@cxc.cfa.harvard.edu/mta/ASPECT/ska3-conda \
ska3-flight
source activate ska3-flight-${RELEASE_TAG} skare3-tools
source activate ska3-flight-${RELEASE_TAG}
cd /export/jgonzale/ska_testr
run_testr --test-spec test_spec_SKA3_HEAD \
--outputs-dir /export/jgonzale/ska_testr/release_tests
Expand Down

0 comments on commit b09fe08

Please sign in to comment.