Commit 0d9415b7 by toupride

cicd

parent 3b565298
Pipeline #9714 canceled with stages
stages:
- build
- test
- deploy
variables:
projName: "offcn-media-resource"
before_script:
- source /builds/cicd/base.sh
docker-build:
tags:
- offcn-media-resource-shell
stage: build
retry: 1
script:
- source $PROJDIR/$projName/build.sh
k8s-deploy:
tags:
- offcn-media-resource-shell
stage: deploy
retry: 1
script:
- set -xe
- source $PROJDIR/$projName/deploy.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment