Skip to content

Commit

Permalink
chore: DevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Sep 23, 2021
1 parent 765f2bc commit 56b0869
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ jobs:
- name: Set DEBUG False
if: steps.wait-for-build.outputs.conclusion == 'success'
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git checkout master-ci
git pull
git checkout release
git merge --squash master-ci
sed -i -e 's/DEBUG = True/DEBUG = False/g' brickbox/settings.py
git config user.name github-actions
git config user.email github-actions@github.com
git add brickbox/settings.py
git commit -m "Set DEBUG False"
git push

0 comments on commit 56b0869

Please sign in to comment.