parent
ff1631b525
commit
92c6e2c5cc
|
@ -1,7 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
# Download the cache from S3
|
# Download the cache from S3
|
||||||
restore-cache:
|
restore-cache:
|
||||||
image: plugins/drone-s3-cache
|
image: plugins/s3-cache
|
||||||
pull: true
|
pull: true
|
||||||
|
|
||||||
endpoint: $S3_ENDPOINT
|
endpoint: $S3_ENDPOINT
|
||||||
|
@ -55,7 +55,7 @@ pipeline:
|
||||||
|
|
||||||
# =====REBUILD CACHE=====
|
# =====REBUILD CACHE=====
|
||||||
rebuild-cache:
|
rebuild-cache:
|
||||||
image: plugins/drone-s3-cache
|
image: plugins/s3-cache
|
||||||
|
|
||||||
endpoint: $S3_ENDPOINT
|
endpoint: $S3_ENDPOINT
|
||||||
access_key: $S3_USER
|
access_key: $S3_USER
|
||||||
|
|
Loading…
Reference in New Issue