Fix helper script for guest_accounts branch
This commit is contained in:
parent
395469614c
commit
c235aa0385
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ set -e
|
|||
|
||||
TODAY=$(date +%Y-%m-%d)
|
||||
|
||||
git checkout master
|
||||
git checkout guest_accounts
|
||||
git fetch github
|
||||
git merge github/master -m "Merge github/master"
|
||||
git merge github/guest_accounts -m "Merge github/master"
|
||||
|
||||
|
||||
# Build image
|
||||
|
|
Loading…
Reference in a new issue