Skip to content

Commit

Permalink
Pull st2-packages and st2-docker branches from environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Jul 30, 2020
1 parent 109584b commit fcac035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- run:
name: Get repos and dependencies
command: |
git clone --depth 1 ${ST2_PACKAGES_REPO} ~/st2-packages
git clone --depth 1 ${ST2_TEST_ENVIRONMENT} ~/st2-docker
git clone --branch ${ST2_PACKAGES_BRANCH:-master} --depth 1 ${ST2_PACKAGES_REPO} ~/st2-packages
git clone --branch ${ST2_DOCKER_BRANCH:-master} --depth 1 ${ST2_TEST_ENVIRONMENT} ~/st2-docker
make -C ~/st2-docker env
sudo apt-get update -qq && sudo apt-get install -y rpm jq
gem install package_cloud
Expand Down

0 comments on commit fcac035

Please sign in to comment.