Skip to content

Commit 4e3a281

Browse files
committed
Bot Updating Templated Files
1 parent c70dabb commit 4e3a281

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline {
2020
CONTAINER_NAME = 'jenkins-builder'
2121
DIST_IMAGE = 'alpine'
2222
MULTIARCH = 'true'
23-
CI = 'false'
23+
CI = 'true'
2424
CI_WEB = 'true'
2525
CI_PORT = '8000'
2626
CI_SSL = 'false'
@@ -248,7 +248,7 @@ pipeline {
248248
python3 -m venv /lsiopy && \
249249
pip install --no-cache-dir -U pip && \
250250
pip install --no-cache-dir s3cmd && \
251-
s3cmd --host=s3.imagegenius.io --host-bucket= put -m text/xml /mnt/shellcheck-result.xml s3://ci-tests/${CONTAINER_NAME}/${META_TAG}/shellcheck-result.xml" || :
251+
s3cmd --host=https://ff6f87cc1940578fbe957a7b39b0ae72.r2.cloudflarestorage.com --host-bucket= put -m text/xml /mnt/shellcheck-result.xml s3://ci-tests/${CONTAINER_NAME}/${META_TAG}/shellcheck-result.xml" || :
252252
'''
253253
}
254254
}

0 commit comments

Comments
 (0)