Skip to content

Commit

Permalink
skipci
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Nov 18, 2024
1 parent ff03149 commit e4ef406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ echo "[DEBUG] Attempting upload to AWS Object Storage ..."
rclone copy --progress $IMAGE_HOME/${IMAGENAME}_${BUILDDATE}.simg aws-neurocontainers:/neurocontainers/temporary-builds-new

# if curl --output /dev/null --silent --head --fail "https://object-store.rc.nectar.org.au/v1/AUTH_dead991e1fa847e3afcca2d3a7041f5d/neurodesk/temporary-builds-new/${IMAGENAME}_${BUILDDATE}.simg"; then
if curl --output /dev/null --silent --head --fail "https://d15yxasja65rk8.cloudfront.net/temporary-builds-new/${IMAGENAME}_${BUILDDATE}.simg"; then
if curl --output /dev/null --silent --head --fail "https://neurocontainers.neurodesk.org/temporary-builds-new/${IMAGENAME}_${BUILDDATE}.simg"; then
echo "[DEBUG] ${IMAGENAME}_${BUILDDATE}.simg was freshly build and exists now :)"
echo "[DEBUG] cleaning up $IMAGE_HOME/${IMAGENAME}_${BUILDDATE}.simg"
rm -rf $IMAGE_HOME/${IMAGENAME}_${BUILDDATE}.simg
Expand Down

0 comments on commit e4ef406

Please sign in to comment.