mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Update circle ci config
This commit is contained in:
parent
6b0c6e1ed0
commit
e512b41580
1 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
version: 2.1
|
||||
|
||||
parameters:
|
||||
tag:
|
||||
type: string
|
||||
default: "rc"
|
||||
|
||||
executors:
|
||||
docker-executor:
|
||||
machine:
|
||||
|
|
@ -74,3 +79,4 @@ workflows:
|
|||
ignore: /.*/ # Run only on tag builds
|
||||
tags:
|
||||
only: /.*/ # Run for any tag
|
||||
tag: "<< pipeline.parameters.tag >>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue