We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b3251 commit b6ff104Copy full SHA for b6ff104
ansible/roles/repository/templates/Jenkinsfile.j2
@@ -1214,7 +1214,7 @@ pipeline {
1214
-e WEB_AUTH=\"${CI_AUTH}\" \
1215
-e WEB_PATH=\"${CI_WEBPATH}\" \
1216
-e NODE_NAME=\"${NODE_NAME}\" \
1217
- -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:${SYFT_IMAGE_TAG}}\" \
+ -e SYFT_IMAGE_TAG=\"${CI_SYFT_IMAGE_TAG:-${SYFT_IMAGE_TAG}}\" \
1218
-t ghcr.io/linuxserver/ci:latest \
1219
python3 test_build.py'''
1220
}
0 commit comments