Skip to content

Commit 319a81a

Browse files
Bot Updating Templated Files
1 parent 31620c4 commit 319a81a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ pipeline {
829829
-e WEB_AUTH=\"${CI_AUTH}\" \
830830
-e WEB_PATH=\"${CI_WEBPATH}\" \
831831
-e NODE_NAME=\"${NODE_NAME}\" \
832-
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
832+
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
833833
-t ghcr.io/linuxserver/ci:latest \
834834
python3 test_build.py'''
835835
}

0 commit comments

Comments
 (0)