Skip to content

Commit 08be324

Browse files
committed
Re-export the variable if it's set.
1 parent 07186a5 commit 08be324

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circle/test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ if [ "${GIT_BRANCH}" = "master" ]; then
2929
export FORCE_CHECK_ALL_FILES="true"
3030
fi
3131

32+
if [ ! -z "${FORCE_CHECK_ALL_FILES}" ]; then
33+
export FORCE_CHECK_ALL_FILES="${FORCE_CHECK_ALL_FILES}"
34+
fi
35+
3236
# We want to use special config file for tests which sets pack base path to /tmp/packs/
3337
export ST2_CONFIG_FILE=${CI_DIR}/conf/st2.tests.conf
3438

0 commit comments

Comments
 (0)