Skip to content

Commit b6ff104

Browse files
committed
bugfix
1 parent 85b3251 commit b6ff104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/repository/templates/Jenkinsfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ pipeline {
12141214
-e WEB_AUTH=\"${CI_AUTH}\" \
12151215
-e WEB_PATH=\"${CI_WEBPATH}\" \
12161216
-e NODE_NAME=\"${NODE_NAME}\" \
1217-
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
1217+
-e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
12181218
-t ghcr.io/linuxserver/ci:latest \
12191219
python3 test_build.py'''
12201220
}

0 commit comments

Comments
 (0)