tmp: remove filters
This commit is contained in:
parent
f04b5f2963
commit
17bcf91910
@ -1041,43 +1041,43 @@ workflows:
|
|||||||
- publish-packer-mainnet:
|
- publish-packer-mainnet:
|
||||||
requires:
|
requires:
|
||||||
- build-all
|
- build-all
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
ignore:
|
# ignore:
|
||||||
- /.*/
|
# - /.*/
|
||||||
tags:
|
# tags:
|
||||||
only:
|
# only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
# - /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish-packer-calibrationnet:
|
- publish-packer-calibrationnet:
|
||||||
requires:
|
requires:
|
||||||
- build-ntwk-calibration
|
- build-ntwk-calibration
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
ignore:
|
# ignore:
|
||||||
- /.*/
|
# - /.*/
|
||||||
tags:
|
# tags:
|
||||||
only:
|
# only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
# - /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish-packer-butterflynet:
|
- publish-packer-butterflynet:
|
||||||
requires:
|
requires:
|
||||||
- build-ntwk-butterfly
|
- build-ntwk-butterfly
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
ignore:
|
# ignore:
|
||||||
- /.*/
|
# - /.*/
|
||||||
tags:
|
# tags:
|
||||||
only:
|
# only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
# - /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish-snapcraft:
|
- publish-snapcraft:
|
||||||
name: publish-snapcraft-stable
|
name: publish-snapcraft-stable
|
||||||
channel: stable
|
channel: stable
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
ignore:
|
# ignore:
|
||||||
- /.*/
|
# - /.*/
|
||||||
tags:
|
# tags:
|
||||||
only:
|
# only:
|
||||||
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
# - /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish-dockerhub:
|
- publish-dockerhub:
|
||||||
name: publish-dockerhub
|
name: publish-dockerhub
|
||||||
tag: stable
|
tag: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user