Skip to content

Commit

Permalink
Update upload_containers_simg.sh
Browse files Browse the repository at this point in the history
increase deletion time
  • Loading branch information
stebo85 authored Sep 18, 2024
1 parent 1e49700 commit 4bcf26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_containers_simg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ done < log.txt

# sync the nectar containers to aws-neurocontainers
echo "[Debug] cleanup & syncing nectar containers to aws-neurocontainers"
rclone delete --min-age 7d nectar:/neurodesk/
rclone delete --min-age 30d nectar:/neurodesk/
rclone sync nectar:/neurodesk/ aws-neurocontainers:/neurocontainers/ --checksum --progress

#once everything is uploaded successfully move log file to cvmfs folder, so cvmfs can start downloading the containers:
Expand Down

0 comments on commit 4bcf26c

Please sign in to comment.