diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-03-10 12:53:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 12:53:15 -0600 |
| commit | cbd3822d77c19f3cfb5b4595be9fa62e11839728 (patch) | |
| tree | 5ebde5cff54a7f04a3b3d3164b0532d77d2f4394 /.github/workflows/analysis-notebook-test-binder.yml | |
| parent | 64cb5b512091d2c8cb956672b9706beeacc4797c (diff) | |
Update analysis-notebook-test-binder.yml
change occurrences of mobilitynat to toriis-analysis
Diffstat (limited to '.github/workflows/analysis-notebook-test-binder.yml')
| -rw-r--r-- | .github/workflows/analysis-notebook-test-binder.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/analysis-notebook-test-binder.yml b/.github/workflows/analysis-notebook-test-binder.yml index b4e5469..989fa65 100644 --- a/.github/workflows/analysis-notebook-test-binder.yml +++ b/.github/workflows/analysis-notebook-test-binder.yml @@ -90,7 +90,7 @@ jobs: echo "DOCKER_WD=$DOCKER_WD" docker exec toriis-analysis_test ls $DOCKER_WD docker exec toriis-analysis_test ls $DOCKER_WD/$OUT_FILENAME - docker cp mobilitynet_test:$DOCKER_WD/$OUT_FILENAME /tmp + docker cp toriis-analysis_test:$DOCKER_WD/$OUT_FILENAME /tmp ls -al /tmp/$OUT_FILENAME echo "::set-output name=OUT_FILENAME::${OUT_FILENAME}" @@ -105,4 +105,4 @@ jobs: run: | echo "Running docker container list" docker container list - docker stop mobilitynet_test + docker stop toriis-analysis |
