Skip to content

Commit

Permalink
fix(ci): bump_version step
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly committed Nov 30, 2021
1 parent 2e44155 commit 109029e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ jobs:
executor: default-docker
steps:
- checkout
- run:
name: Install general dependencies
command: *defaults_Dependencies
- run:
name: Configure git
command: |
git config user.email ${GIT_CI_EMAIL}
git config user.name ${GIT_CI_USER}
git checkout master
- run:
name: Install general dependencies
command: *defaults_Dependencies
- restore_cache:
keys:
- build-legacy-cache-{{ .Branch }}-{{ .Environment.CIRCLE_SHA1 }}
Expand Down

0 comments on commit 109029e

Please sign in to comment.