Update .gitlab-ci.yml

This commit is contained in:
杨威
2019-07-15 11:16:24 +08:00
parent eae1ebe9e9
commit bd0c004493

View File

@@ -23,6 +23,9 @@ build:
BUILD_PREFIX: "/opt/MESA/"
only:
- tags
- pushes
- master
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-debug"
paths:
@@ -34,5 +37,6 @@ release:
- share
only:
- tags
- master
script:
- /bin/bash -x ./autorelease.sh $CI_API_V4_URL $CI_PROJECT_URL $CI_PROJECT_ID $CI_TOKEN $CI_COMMIT_TAG $ARTIFACTS_JOB $CI_PROJECT_NAME