no volumes
This commit is contained in:
parent
59d159b18f
commit
f64fa1f971
1 changed files with 5 additions and 5 deletions
|
|
@ -58,9 +58,9 @@ steps:
|
|||
pip3 install -q b2 --break-system-packages
|
||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||
fi
|
||||
volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
- /tmp:/tmp
|
||||
# volumes:
|
||||
# - /var/run/docker.sock:/var/run/docker.sock
|
||||
# - /tmp:/tmp
|
||||
|
||||
- name: Upload
|
||||
image: pats22/s3-plugin:latest
|
||||
|
|
@ -78,8 +78,8 @@ steps:
|
|||
from_secret: b2_application_key
|
||||
endpoint: s3.eu-central-003.backblazeb2.com
|
||||
overwrite: false
|
||||
volumes:
|
||||
- /tmp:/tmp
|
||||
# volumes:
|
||||
# - /tmp:/tmp
|
||||
|
||||
# - name: Upload to S3
|
||||
# image: alpine:3.20
|
||||
|
|
|
|||
Loading…
Reference in a new issue