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
|
pip3 install -q b2 --break-system-packages
|
||||||
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
just build-r-${PLATFORM} $(cat r-release-version.txt)
|
||||||
fi
|
fi
|
||||||
volumes:
|
# volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /tmp:/tmp
|
# - /tmp:/tmp
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
image: pats22/s3-plugin:latest
|
image: pats22/s3-plugin:latest
|
||||||
|
|
@ -78,8 +78,8 @@ steps:
|
||||||
from_secret: b2_application_key
|
from_secret: b2_application_key
|
||||||
endpoint: s3.eu-central-003.backblazeb2.com
|
endpoint: s3.eu-central-003.backblazeb2.com
|
||||||
overwrite: false
|
overwrite: false
|
||||||
volumes:
|
# volumes:
|
||||||
- /tmp:/tmp
|
# - /tmp:/tmp
|
||||||
|
|
||||||
# - name: Upload to S3
|
# - name: Upload to S3
|
||||||
# image: alpine:3.20
|
# image: alpine:3.20
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue