Skip to content

Commit

Permalink
switch to main branch of brew taps
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Sep 25, 2020
1 parent 63fdcb2 commit 2334b81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .estafette.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ stages:
clone-dev-tap:
image: extensions/git-clone:dev
repo: homebrew-dev
branch: main
when:
status == 'succeeded' && '${ESTAFETTE_GIT_BRANCH}' != '${ESTAFETTE_BUILD_VERSION}'

clone-stable-tap:
image: extensions/git-clone:dev
repo: homebrew-stable
branch: main
when:
status == 'succeeded' && '${ESTAFETTE_GIT_BRANCH}' == '${ESTAFETTE_BUILD_VERSION}'

Expand Down Expand Up @@ -89,7 +91,7 @@ stages:
- git status
- git add --all
- git commit --allow-empty -m "estafette-dev v${ESTAFETTE_BUILD_VERSION}"
- git push origin master
- git push origin main
when:
status == 'succeeded' && '${ESTAFETTE_GIT_BRANCH}' != '${ESTAFETTE_BUILD_VERSION}'

Expand All @@ -103,7 +105,7 @@ stages:
- git status
- git add --all
- git commit --allow-empty -m "estafette v${ESTAFETTE_BUILD_VERSION}"
- git push origin master
- git push origin main
when:
status == 'succeeded' && '${ESTAFETTE_GIT_BRANCH}' == '${ESTAFETTE_BUILD_VERSION}'

Expand Down

0 comments on commit 2334b81

Please sign in to comment.