Skip to content

Commit

Permalink
Merge pull request #156 from StackStorm/bump-version-in-npm-shrinkwrap
Browse files Browse the repository at this point in the history
Bump version in npm-shrinkwrap.json
  • Loading branch information
blag authored Jul 30, 2020
2 parents 9420a48 + 37760f8 commit b06af88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b06af88

Please sign in to comment.