File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ python --version
1515pip --version
1616
1717# Clone st2 repo so other scripts can reference StackStorm Python code
18- git clone --depth 1 --single-branch --branch ${ST2_BRANCH} https://github.com/StackStorm/st2.git /tmp/st2
18+ git clone --depth 1 --single-branch --branch ${ST2_BRANCH:- master } https://github.com/StackStorm/st2.git /tmp/st2
1919
2020# Clone lint-configs
21- git clone --depth 1 --single-branch --branch ${LINT_CONFIGS_BRANCH} https://github.com/StackStorm/lint-configs.git ~ /ci/lint-configs
21+ git clone --depth 1 --single-branch --branch ${LINT_CONFIGS_BRANCH:- master } https://github.com/StackStorm/lint-configs.git ~ /ci/lint-configs
2222
2323# Create a directory for debian packages so we can cache it in Circle CI
2424sudo rm -rf /var/cache/apt/archives && sudo ln -s ~ /.apt-cache /var/cache/apt/archives && mkdir -p ~ /.apt-cache/partial
You can’t perform that action at this time.
0 commit comments