Update .gitlab-ci.yml
This commit is contained in:
@@ -9,6 +9,7 @@ build:
|
|||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
- develop
|
- develop
|
||||||
|
- retifive
|
||||||
before_script:
|
before_script:
|
||||||
- echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
- echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
@@ -41,12 +42,13 @@ webhook:
|
|||||||
stage: webhook
|
stage: webhook
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
- retifive
|
||||||
script:
|
script:
|
||||||
- echo ">>>>>>Start Deploy<<<<<<"
|
- echo ">>>>>>Start Deploy<<<<<<"
|
||||||
- ls
|
- ls
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y curl
|
- apt-get install -y curl
|
||||||
- curl --max-time 30 http://149.88.86.7:11113/api/webhook/justpull?project=india_market_java\&setenv_file=alpha.sh\&publish_env=alpha\&shell=deploy-test.sh
|
- curl --max-time 30 http://149.88.86.7:11113/api/webhook/justpull?project=india_market_java\&setenv_file=alpha.sh\&publish_env=alpha\&shell=retifive/deploy-test.sh
|
||||||
- echo ">>>>>>Start Deploy Finish<<<<<<"
|
- echo ">>>>>>Start Deploy Finish<<<<<<"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user