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.
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
# you can delete this line if you're not using Docker
#image: busybox:latest
# test:
# 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
stages:
- build
variables:
UMI_ENV: "prod"
PROJECT_PATH: "/mnt/home/deploy/ant-design-pro/middle-end-H5"
build:
stage: build
only:
- tags
- release
script:
- echo $CI_COMMIT_SHA
- echo $CI_COMMIT_BEFORE_SHA
- echo $CI_COMMIT_REF_NAME
- echo $PROJECT_PATH
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