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 07186a5 commit 08be324Copy full SHA for 08be324
1 file changed
.circle/test
@@ -29,6 +29,10 @@ if [ "${GIT_BRANCH}" = "master" ]; then
29
export FORCE_CHECK_ALL_FILES="true"
30
fi
31
32
+if [ ! -z "${FORCE_CHECK_ALL_FILES}" ]; then
33
+ export FORCE_CHECK_ALL_FILES="${FORCE_CHECK_ALL_FILES}"
34
+fi
35
+
36
# We want to use special config file for tests which sets pack base path to /tmp/packs/
37
export ST2_CONFIG_FILE=${CI_DIR}/conf/st2.tests.conf
38
0 commit comments