Skip to content

Commit 197c980

Browse files
committed
Bot Updating Templated Files
1 parent 1073af3 commit 197c980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ pipeline {
229229
python3 -m venv /lsiopy && \
230230
pip install --no-cache-dir -U pip && \
231231
pip install --no-cache-dir s3cmd && \
232-
s3cmd --host=s3.imagegenius.io --host-bucket= put -m text/xml /mnt/shellcheck-result.xml s3://ci-tests.imagegenius.io/${CONTAINER_NAME}/${META_TAG}/shellcheck-result.xml" || :
232+
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" || :
233233
'''
234234
}
235235
}

0 commit comments

Comments
 (0)