File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 # Store configuration in project-local directory
7878 mkdir -p ./.rclone_config
7979 tee ./.rclone_config/rclone.conf > /dev/null <<EOF
80- [pawsey0001 ]
80+ [pawsey0012 ]
8181 type = s3
8282 provider = Ceph
8383 endpoint = ${{ inputs.endpoint }}
Original file line number Diff line number Diff line change @@ -840,7 +840,7 @@ jobs:
840840
841841 # Execute rclone upload
842842 echo "Starting upload..."
843- ./rclone copy "$archive_file" pawsey0001 :"$bucket/" \
843+ ./rclone copy "$archive_file" pawsey0012 :"$bucket/" \
844844 --multi-thread-streams=$MULTI_THREAD_STREAMS \
845845 --s3-chunk-size=$S3_CHUNK_SIZE \
846846 --s3-upload-concurrency=$S3_UPLOAD_CONCURRENCY \
Original file line number Diff line number Diff line change 11# use node:10
22FROM debian:stretch
3- LABEL org.opencontainers.image.version=0.0.6
3+ LABEL org.opencontainers.image.version=0.0.7
44LABEL org.opencontainers.image.devmode=true
55
66# install some common tools (these packages have many vulnerabilities in node:10)
You can’t perform that action at this time.
0 commit comments