Skip to content

Commit e9c3fc9

Browse files
Bot Updating Templated Files
1 parent 00a2f9e commit e9c3fc9

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
@@ -904,7 +904,7 @@ pipeline {
904904
-e WEB_AUTH=\"${CI_AUTH}\" \
905905
-e WEB_PATH=\"${CI_WEBPATH}\" \
906906
-e NODE_NAME=\"${NODE_NAME}\" \
907-
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
907+
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
908908
-t ghcr.io/linuxserver/ci:latest \
909909
python3 test_build.py'''
910910
}

0 commit comments

Comments
 (0)