Commit 629aaa88 by 汤文兵

1

parent a1506889
Pipeline #709 failed in 0 seconds
# This file is a template, and might need editing before it works on your project. stages:
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options - build
variables:
# you can delete this line if you're not using Docker UMI_ENV: "prod"
#image: busybox:latest PROJECT_PATH: "/mnt/home/deploy/ant-design-pro/middle-end-H5"
build:
# test: stage: build
# stage: build
# only:
# - master
# script:
# - CI_TEST=test
# - echo $CI_TEST
# - echo "Do your build here"
# - docker run --rm -w /data -v $PWD:/data node:8.11.2-alpine sh -c "yarn && npm test"
# deploy:
# stage: deploy
# only:
# - master
# script:
# - echo "Do your deploy here"
deploy:
stage: deploy
only: only:
- tags - release
script: script:
- echo $CI_COMMIT_SHA - echo $PROJECT_PATH
- echo $CI_COMMIT_BEFORE_SHA
- echo $CI_COMMIT_REF_NAME
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