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 5f0bbb3 commit 085a3bcCopy full SHA for 085a3bc
.circleci/scripts/setup_ci_environment.sh
@@ -57,9 +57,9 @@ add_to_env_file() {
57
}
58
59
add_to_env_file "IN_CI=1"
60
-add_to_env_file "COMMIT_SOURCE=${CIRCLE_BRANCH:-}"
61
-add_to_env_file "BUILD_ENVIRONMENT=${BUILD_ENVIRONMENT}"
62
-add_to_env_file "CIRCLE_PULL_REQUEST=${CIRCLE_PULL_REQUEST}"
+add_to_env_file "COMMIT_SOURCE='${CIRCLE_BRANCH:-}'"
+add_to_env_file "BUILD_ENVIRONMENT='${BUILD_ENVIRONMENT}'"
+add_to_env_file "CIRCLE_PULL_REQUEST='${CIRCLE_PULL_REQUEST}'"
63
64
65
if [[ "${BUILD_ENVIRONMENT}" == *-build ]]; then
0 commit comments