Skip to content

Commit

Permalink
wip: OpSec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Sep 30, 2021
1 parent 9275cea commit c3f6995
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,12 @@ jobs:
git checkout master-ci
git pull
git rebase origin/release
git checkout release
git merge --no-squash master-ci --strategy-option theirs
git rebase origin/release
sed -i -e 's/DEBUG = True/DEBUG = False/g' brickbox/settings.py
git add .
Expand Down

0 comments on commit c3f6995

Please sign in to comment.