Skip to content

Commit

Permalink
Fix chapel-gasnet and chapel-gasnet-smp repo names
Browse files Browse the repository at this point in the history
Dashes not underscores...

Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Jul 24, 2024
1 parent c77fb50 commit f532e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/cron/test-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ build_image chapel/chapel:nightly ${CHPL_HOME}/util/cron/docker-chapel.bash

cd $CHPL_HOME/util/packaging/docker/gasnet
dockerfile_nightly_patch
build_image chapel/chapel_gasnet:nightly ${CHPL_HOME}/util/cron/docker-gasnet.bash
build_image chapel/chapel-gasnet:nightly ${CHPL_HOME}/util/cron/docker-gasnet.bash

cd $CHPL_HOME/util/packaging/docker/gasnet-smp
dockerfile_nightly_patch
build_image chapel/chapel_gasnet_smp:nightly ${CHPL_HOME}/util/cron/docker-gasnet.bash
build_image chapel/chapel-gasnet-smp:nightly ${CHPL_HOME}/util/cron/docker-gasnet.bash

export CHPL_NIGHTLY_TEST_CONFIG_NAME="docker"

0 comments on commit f532e32

Please sign in to comment.