CI: skip tag builds
This commit is contained in:
@@ -46,6 +46,9 @@ build_www:
|
|||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $BUILD_JOBS !~ /^none$/
|
- $BUILD_JOBS !~ /^none$/
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $CI_COMMIT_TAG
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- output/
|
- output/
|
||||||
|
|||||||
Reference in New Issue
Block a user