fix template
This commit is contained in:
parent
4bb8865e2f
commit
b493855195
@ -1098,13 +1098,13 @@ 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
|
||||||
|
@ -2,7 +2,6 @@ version: 2.1
|
|||||||
orbs:
|
orbs:
|
||||||
go: gotest/tools@0.0.13
|
go: gotest/tools@0.0.13
|
||||||
aws-cli: circleci/aws-cli@1.3.2
|
aws-cli: circleci/aws-cli@1.3.2
|
||||||
packer: salaxander/packer@0.0.3
|
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
golang:
|
golang:
|
||||||
|
Loading…
Reference in New Issue
Block a user