Skip to content

Commit

Permalink
forgot one oracle spot
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Apr 26, 2024
1 parent e76ce21 commit 68e67f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_transparent_singularity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ else
fi

echo "Testing standard Nectar Object storage next: "
if curl --output /dev/null --silent --head --fail "https://objectstorage.us-ashburn-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/$container"; then
if curl --output /dev/null --silent --head --fail "https://object-store.rc.nectar.org.au/v1/AUTH_dead991e1fa847e3afcca2d3a7041f5d/neurodesk/$container"; then
echo "$container exists in the standard nectar object storage"
url="https://object-store.rc.nectar.org.au/v1/AUTH_dead991e1fa847e3afcca2d3a7041f5d/neurodesk/"
fi
Expand Down

0 comments on commit 68e67f1

Please sign in to comment.