Skip to content

Commit 5952172

Browse files
committed
cicd: experiment
1 parent c677642 commit 5952172

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ jobs:
797797
798798
# Execute rclone upload
799799
echo "Starting upload..."
800-
rclone copy "$archive_file" pawsey0001:"$bucket/" \
800+
./rclone copy "$archive_file" pawsey0001:"$bucket/" \
801801
--multi-thread-streams=$MULTI_THREAD_STREAMS \
802802
--s3-chunk-size=$S3_CHUNK_SIZE \
803803
--s3-upload-concurrency=$S3_UPLOAD_CONCURRENCY \

x86/ex2.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# use node:10
22
FROM debian:stretch
3-
LABEL org.opencontainers.image.version=0.0.4
3+
LABEL org.opencontainers.image.version=0.0.3
44
LABEL org.opencontainers.image.devmode=true
55

66
# install some common tools (these packages have many vulnerabilities in node:10)

0 commit comments

Comments
 (0)