diff options
| author | 杨威 <[email protected]> | 2019-07-15 11:16:24 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2019-07-15 11:16:24 +0800 |
| commit | bd0c0044933860cffe4a535585383eb18cc81b1c (patch) | |
| tree | 64e0ecde130424aa417b54134006554884466292 /.gitlab-ci.yml | |
| parent | eae1ebe9e9fcd749bd04c614311d19348d0f8b21 (diff) | |
Update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 685480f..f33dced 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,9 @@ build: BUILD_PREFIX: "/opt/MESA/" only: - tags + - pushes + - master + artifacts: name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-debug" paths: @@ -33,6 +36,7 @@ release: tags: - share only: - - tags + - 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
\ No newline at end of file |
