no volumes

This commit is contained in:
Patrick Schratz 2024-07-06 14:44:23 +02:00
commit f64fa1f971
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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