Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
override functions package-lock before merge to deploy CI (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer authored and ci-build committed Sep 14, 2021
1 parent 66b39d0 commit d546d53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
git config user.name "ci-build"
- run:
name: Checkout deploy branch and rebase onto master
command: git checkout deploy && git rebase master
command: |
git checkout functions/package-lock.json
git checkout deploy && git rebase master
- run:
name: Set up ssh known_hosts # https://circleci.com/docs/2.0/gh-bb-integration/
command: |
Expand All @@ -70,7 +72,6 @@ jobs:
- run:
name: Add website build output to git
command: |
git checkout functions/package-lock.json
git add -f functions/lib/ build/
- add_ssh_keys:
fingerprints:
Expand Down

0 comments on commit d546d53

Please sign in to comment.