-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt at rebuilding staging branches
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
function rebuildstaging() { | ||
echo "Rebuilding staging branch..." | ||
git-build-branch scripts/staging.yml | ||
} | ||
|
||
rebuildstaging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file is used to keep track of which feature branches | ||
# should be in the `staging` branch. | ||
# How it works: | ||
# 1. Add your feature branch to the end of the list | ||
# 2. Run ./scripts/rebuildstaging to rebuild the `staging` branch | ||
# 3. Push the `staging` branch and deploy the code (this is a manual process at the moment) | ||
trunk: master | ||
name: staging | ||
branches: | ||
- cs/SC-3473-user-roles-from-hq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters