Skip to content

Commit 6eb2621

Browse files
author
Jay Keshur
committed
remove errexit
1 parent 88c6b7f commit 6eb2621

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

s3cache

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/usr/bin/env bash
22

3-
set -o errexit
4-
set -o pipefail
5-
63
folders="${DRONE_S3_CACHE_FOLDERS:-$PLUGIN_DRONE_S3_CACHE_FOLDERS}"
74
cache_bucket="${DRONE_S3_CACHE_BUCKET_NAME:-$PLUGIN_DRONE_S3_CACHE_BUCKET_NAME}"
85
mode="${1:-$PLUGIN_DRONE_S3_CACHE_MODE}"

0 commit comments

Comments
 (0)