Skip to content

Commit

Permalink
fix(ci): Pin to v2.16.1 (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Stuart <hi@jessestuart.com>
  • Loading branch information
jessestuart authored Feb 11, 2020
1 parent 5fe0a02 commit 13759b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ shared: &shared
command: |
source $BASH_ENV
mkdir -p "$PROJECT_PATH"
git clone "https://github.com/${GITHUB_REPO}" --depth=1 "$PROJECT_PATH"
git clone "https://github.com/${GITHUB_REPO}" "$PROJECT_PATH"
cd "$PROJECT_PATH"
git checkout v2.16.1
- restore_cache:
keys:
Expand Down

0 comments on commit 13759b1

Please sign in to comment.