Skip to content

Commit

Permalink
Squashed 'neurodesk/transparent-singularity/' changes from 4abf433..a…
Browse files Browse the repository at this point in the history
…af3121

aaf3121 Update run_transparent_singularity.sh

git-subtree-dir: neurodesk/transparent-singularity
git-subtree-split: aaf312182ab426f9e193fa481e3f744bc11195e1
  • Loading branch information
actions-user committed Jan 12, 2024
1 parent 7762535 commit 9ad0110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_transparent_singularity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ if [[ -d "/cvmfs/neurodesk.ardc.edu.au/containers/${containerName}_${containerVe
container_pull="ln -s /cvmfs/neurodesk.ardc.edu.au/containers/${containerName}_${containerVersion}_${containerDate}/${containerName}_${containerVersion}_${containerDate}.simg $container"
else
echo "$container does not exists in cvmfs. Testing Oracle temporary Object storage next: "
if curl --output /dev/null --silent --head --fail "https://objectstorage.us-ashburn-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds/$container"; then
if curl --output /dev/null --silent --head --fail "https://objectstorage.us-ashburn-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds-new/$container"; then
echo "$container exists in the temporary builds oracle cache"
urlUS="https://objectstorage.us-ashburn-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds/"
urlEUROPE="https://objectstorage.eu-frankfurt-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds/"
urlSYDNEY="https://objectstorage.ap-sydney-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds/"
urlUS="https://objectstorage.us-ashburn-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds-new/"
urlEUROPE="https://objectstorage.eu-frankfurt-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds-new/"
urlSYDNEY="https://objectstorage.ap-sydney-1.oraclecloud.com/n/sd63xuke79z3/b/neurodesk/o/temporary-builds-new/"
fi

echo "Testing standard Oracle Object storage next: "
Expand Down

0 comments on commit 9ad0110

Please sign in to comment.