Merge branch 'prod' into onprem-release
This commit is contained in:
commit
f9839b9bc4
@ -108,7 +108,7 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
- deploy:
|
||||
name: deploy-for-test
|
||||
docker-tag: ''
|
||||
@ -120,7 +120,7 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
requires:
|
||||
- build-for-test
|
||||
- build-and-push:
|
||||
@ -183,7 +183,7 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- onprem
|
||||
- onprem-release
|
||||
- docker-hub-build-push:
|
||||
name: docker-hub-build-push-arm
|
||||
repo: gptbasesparticle/catalog-agent
|
||||
@ -192,7 +192,7 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- onprem
|
||||
- onprem-release
|
||||
# 为 onprem-dev 环境部署
|
||||
- build-and-push:
|
||||
name: build-for-onprem-dev
|
||||
@ -205,7 +205,7 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- onprem
|
||||
- onprem-dev
|
||||
- deploy:
|
||||
name: deploy-for-onprem-dev
|
||||
docker-tag: ''
|
||||
@ -217,6 +217,6 @@ workflows:
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- onprem
|
||||
- onprem-dev
|
||||
requires:
|
||||
- build-for-onprem-dev
|
||||
|
||||
Loading…
Reference in New Issue
Block a user