Skip to content

Commit a73a117

Browse files
committed
feature!: publish bosh release on GCS instead of AWS
fix renovate script
1 parent 0a78c8c commit a73a117

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config/final.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
blobstore:
33
provider: s3
44
options:
5-
bucket_name: orange-k3s-wrapper-boshrelease
5+
bucket_name: s3selfcare-k3s-wrapper-boshrelease
6+
region: eu
7+
host: storage.googleapis.com
68
final_name: k3s-wrapper

run-renovate-locally.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ echo "Git repo volume path: $GIT_REPO"
2828
CACHED_TMP_RENOVATE="${CACHED_TMP_RENOVATE:-/tmp/renovate/${RENOVATE_PLATFORM}}"
2929
echo "Renovate cache is mounted from ${CACHED_TMP_RENOVATE}"
3030
mkdir -p ${CACHED_TMP_RENOVATE}
31+
chmod 777 ${CACHED_TMP_RENOVATE}
3132
du -sh ${CACHED_TMP_RENOVATE}
3233

3334
echo "RENOVATE_PLATFORM={RENOVATE_PLATFORM}. Set to github to test pull requests."

0 commit comments

Comments
 (0)