Skip to content

Commit

Permalink
Add comment for patch reverses
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Oct 7, 2024
1 parent 6b167c9 commit d315cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/cron/test-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,13 @@ update_all_images() {
cd "$CHPL_HOME/util/packaging/docker/gasnet"
dockerfile_nightly_patch
update_image chapel/chapel-gasnet "${CHPL_HOME}/util/cron/docker-gasnet.bash" "$release_tag"
# Clean up after patch changes
dockerfile_nightly_patch -R

cd "$CHPL_HOME/util/packaging/docker/gasnet-smp"
dockerfile_nightly_patch
update_image chapel/chapel-gasnet-smp "${CHPL_HOME}/util/cron/docker-gasnet.bash" "$release_tag"
# Clean up after patch changes
dockerfile_nightly_patch -R
}
# END FUNCTIONS
Expand Down

0 comments on commit d315cf7

Please sign in to comment.