Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit c7ce046

Browse files
Bot Updating Templated Files
1 parent 1504269 commit c7ce046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,10 @@ pipeline {
244244
-v ${WORKSPACE}:/mnt \
245245
-e AWS_ACCESS_KEY_ID=\"${S3_KEY}\" \
246246
-e AWS_SECRET_ACCESS_KEY=\"${S3_SECRET}\" \
247-
ghcr.io/linuxserver/baseimage-alpine:3.17 bash -c "\
247+
ghcr.io/linuxserver/baseimage-alpine:3.17 s6-envdir -fn -- /var/run/s6/container_environment /bin/bash -c "\
248248
apk add --no-cache py3-pip && \
249249
pip install s3cmd && \
250-
s3cmd put --no-preserve --acl-public -m text/xml /mnt/shellcheck-result.xml s3://ci.linuxserver.io/${IMAGE}/${META_TAG}/shellcheck-result.xml" || :'''
250+
s3cmd put --no-preserve --acl-public -m text/xml /mnt/shellcheck-result.xml s3://ci-tests.linuxserver.io/${IMAGE}/${META_TAG}/shellcheck-result.xml" || :'''
251251
}
252252
}
253253
}

0 commit comments

Comments
 (0)