updating of rc_script.sh
This commit is contained in:
parent
b6d3b60530
commit
9436eb8434
1 changed files with 5 additions and 5 deletions
10
rc_script.sh
10
rc_script.sh
|
@ -1,12 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# RC Script
|
# RC Script
|
||||||
|
|
||||||
RC_VERSION=1.12.0
|
RC_VERSION=1.13.0
|
||||||
RC_NUM=1
|
RC_NUM=2
|
||||||
|
|
||||||
git checkout master
|
#git checkout master
|
||||||
git pull
|
#git pull
|
||||||
git push origin master:rel-${RC_VERSION}-RC
|
#git push origin master:rel-${RC_VERSION}-RC
|
||||||
|
|
||||||
|
|
||||||
git checkout rel-${RC_VERSION}-RC
|
git checkout rel-${RC_VERSION}-RC
|
||||||
|
|
Loading…
Add table
Reference in a new issue