Update .gitlab-ci.yml

This commit is contained in:
rplees
2024-04-11 06:35:24 +00:00
parent d42e4981a1
commit c48fec0397

View File

@@ -9,6 +9,7 @@ build:
only:
- main
- develop
- retifive
before_script:
- echo '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -41,12 +42,13 @@ webhook:
stage: webhook
only:
- develop
- retifive
script:
- echo ">>>>>>Start Deploy<<<<<<"
- ls
- apt-get update
- 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<<<<<<"