diff --git a/.circleci/config.yml b/.circleci/config.yml index 63a0289..a2f1618 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,8 +21,12 @@ 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 + 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 gem install package_cloud diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9f9c2d4..a0d7b2c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "st2-hubot", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": {