Commit 41390c01 by shipengwei

Merge branch 'master' of git.aipark.com:eoc-group/dotnet-cicd-demo

parents 66375f57 e4306c8c
# This file is a template, and might need editing before it works on your project. # This file is a template, and might need editing before it works on your project.
# Official docker image. # Official docker image.
variables: variables:
BASEVERSION: 1.0 BASEVERSION: "1.0"
DATAVERSION: $(date +%Y%m%d%H%M) DATAVERSION: "$(date +%Y%m%d%H%M)"
FULLVERSION: ${BASEVERSION}.${DATAVERSION} FULLVERSION: "${BASEVERSION}.${DATAVERSION}"
CI_REGISTRY_IMAGE: k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo CI_REGISTRY_IMAGE: "k8s-t0.tencentcloudcr.com/eoc/dotnet-cicd-demo"
image: docker:latest image: docker:latest
......
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