ss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -7,7 +7,7 @@ set :repo_url, 'git@git.gotenzing.com:tenzing/Tenzing-Web-2023.git' | ... | @@ -7,7 +7,7 @@ set :repo_url, 'git@git.gotenzing.com:tenzing/Tenzing-Web-2023.git' |
| 7 | 7 | ||
| 8 | # Hardcodes branch to always be master | 8 | # Hardcodes branch to always be master |
| 9 | # This could be overridden in a stage config file | 9 | # This could be overridden in a stage config file |
| 10 | set :branch, :master | 10 | set :branch, :main |
| 11 | 11 | ||
| 12 | set :keep_releases, 2 | 12 | set :keep_releases, 2 |
| 13 | 13 | ... | ... |
-
Please register or sign in to post a comment