Skip to content

Commit

Permalink
Print the branches we're cloning and comment why we're using the DEPR…
Browse files Browse the repository at this point in the history
…ECATED/all-in-one branch of st2-docker
  • Loading branch information
blag committed Jul 30, 2020
1 parent fa2d29d commit 37760f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
- run:
name: Get repos and dependencies
command: |
echo "Cloning ${ST2_PACKAGES_BRANCH:-master} branch of st2-packages"
git clone --branch ${ST2_PACKAGES_BRANCH:-master} --depth 1 ${ST2_PACKAGES_REPO} ~/st2-packages
# Use DEPRECATED/all-in-one for now, we'll have to circle back around
# and fix this to use the master branch
echo "Cloning ${ST2_DOCKER_BRANCH:-DEPRECATED/all-in-one} branch of st2-docker"
git clone --branch ${ST2_DOCKER_BRANCH:-DEPRECATED/all-in-one} --depth 1 ${ST2_TEST_ENVIRONMENT} ~/st2-docker
make -C ~/st2-docker env
sudo apt-get update -qq && sudo apt-get install -y rpm jq
Expand Down

0 comments on commit 37760f8

Please sign in to comment.