Rename master to main
This commit is contained in:
parent
f01568c263
commit
ea459a7cb8
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
if [ "${TRAVIS_BRANCH}" = "master" ]
|
if [ "${TRAVIS_BRANCH}" = "main" ]
|
||||||
then
|
then
|
||||||
for env in ci qa stage
|
for env in ci qa stage
|
||||||
do
|
do
|
||||||
|
|
@ -13,7 +13,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "${TRAVIS_BRANCH}" = "master-stable" ]
|
if [ "${TRAVIS_BRANCH}" = "main-stable" ]
|
||||||
then
|
then
|
||||||
for env in ci qa stage
|
for env in ci qa stage
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue