1 Star 3 Fork 6

open-hand / choerodon-front-master

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2022-01-19 14:12 . [ci skip] update .gitlab-ci.yml
include: https://api.choerodon.com.cn/devops/v1/projects/261899051275677696/ci_contents/pipelines/fb9ba823-2936-488e-b4f5-dffa2a13f34c/content.yaml
#include: https://api.choerodon.com.cn/devops/v1/projects/1529/ci_contents/pipelines/9519d119-a915-4991-9669-26287c49e3f5/content.yaml
#
##image: registry.cn-shanghai.aliyuncs.com/c7n/cibase:0.11.0
##
##stages:
## - release
##
##release:
## stage: release
## script:
## - yarn install --registry ${NPM_REPO} --sass-binary-site=http://npm.taobao.org/mirrors/node-sass --ignore-engines
## - chmod -R 755 node_modules
## - npm run compile
## - echo '//${NPM_REGISTRY}:_authToken=${NPM_TOKEN}'>.npmrc
## - npm publish --registry ${NPM_PUBLISH_REGISTRY}
## - curl -sX POST -F token=${FRONT_REPOSITORY_TOKEN} -F ref=${REF_NAME} https://code.choerodon.com.cn/api/v4/projects/7909/trigger/pipeline
## only:
## refs:
## - master
## - tags
## - /^release-.*$/
## - /^hotfix-.*$/
##
##.auto_devops: &auto_devops |
## http_status_code=`curl -o .auto_devops.sh -s -m 10 --connect-timeout 10 -w %{http_code} "${CHOERODON_URL}/devops/ci?token=${Token}&type=front"`
## if [ "$http_status_code" != "200" ]; then
## cat .auto_devops.sh
## exit 1
## fi
## source .auto_devops.sh
##
##before_script:
## - *auto_devops
1
https://gitee.com/open-hand/choerodon-front-master.git
git@gitee.com:open-hand/choerodon-front-master.git
open-hand
choerodon-front-master
choerodon-front-master
master

搜索帮助