We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c6b7f commit 6eb2621Copy full SHA for 6eb2621
s3cache
@@ -1,8 +1,5 @@
1
#!/usr/bin/env bash
2
3
-set -o errexit
4
-set -o pipefail
5
-
6
folders="${DRONE_S3_CACHE_FOLDERS:-$PLUGIN_DRONE_S3_CACHE_FOLDERS}"
7
cache_bucket="${DRONE_S3_CACHE_BUCKET_NAME:-$PLUGIN_DRONE_S3_CACHE_BUCKET_NAME}"
8
mode="${1:-$PLUGIN_DRONE_S3_CACHE_MODE}"
0 commit comments