Skip to content

Commit

Permalink
Revert "Revert "Remove promote job""
Browse files Browse the repository at this point in the history
This reverts commit e9c5f33.
  • Loading branch information
MarcPaquette authored and geofffranks committed Nov 11, 2021
1 parent f7566fd commit 8fd9676
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/go-with-mysql-postgres-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,3 @@ jobs:
DB_PASSWORD: mysql
DB_HOST: 127.0.0.1
DB_PORT: ${{ job.services.mysql8.ports[3306] }}

promote:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# fetch-depth: Number of commits to fetch. 0 indicates all history for all branches and tags.
fetch-depth: 0
- name: Promote to main
run: |
git fetch --all
git checkout main
git pull --rebase
git rebase develop
git push

0 comments on commit 8fd9676

Please sign in to comment.