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 ef15717 commit 486655dCopy full SHA for 486655d
.gitlab/ci/downstream/build-test-app-template.yml
@@ -25,7 +25,7 @@
25
if [ "${TEST_APP_IDF_DOCKER_IMAGE}" = "${TEST_APP_IDF_LATEST_DOCKER_IMAGE}" ]; then
26
if [ -n "${TEST_APP_IDF_MASTER_BRANCH:-}" ]; then
27
TEST_APP_CUSTOM_BRANCH="$TEST_APP_IDF_MASTER_BRANCH"
28
- else
+ elif [ "${TEST_APP_IDF_LATEST_SYNC_FROM_GITLAB}" = "1" ]; then
29
# Checkout from gitlab master
30
TEST_APP_CUSTOM_BRANCH="master"
31
fi
0 commit comments