add debug

This commit is contained in:
Cory Schwartz 2022-03-30 22:02:43 -07:00 committed by Jennifer Wang
parent 78187ab8d1
commit 71614bd639

View File

@ -718,7 +718,7 @@ jobs:
at: "."
- packer_build:
template: tools/packer/lotus.pkr.hcl
args: "-var ci_workspace_bins=./linux -var lotus_network=mainnet -var git_tag=$CIRCLE_TAG"
args: "-debug -var ci_workspace_bins=./linux -var lotus_network=mainnet -var git_tag=$CIRCLE_TAG"
publish-packer-calibrationnet:
description: build and push AWS IAM and DigitalOcean droplet.
executor:
@ -729,7 +729,7 @@ jobs:
at: "."
- packer_build:
template: tools/packer/lotus.pkr.hcl
args: "-var ci_workspace_bins=./linux-calibrationnet -var lotus_network=calibrationnet -var git_tag=$CIRCLE_TAG"
args: "-debug -var ci_workspace_bins=./linux-calibrationnet -var lotus_network=calibrationnet -var git_tag=$CIRCLE_TAG"
publish-packer-butterflynet:
description: build and push AWS IAM and DigitalOcean droplet.
executor:
@ -740,7 +740,7 @@ jobs:
at: "."
- packer_build:
template: tools/packer/lotus.pkr.hcl
args: "-var ci_workspace_bins=./linux-butterflynet -var lotus_network=butterflynet -var git_tag=$CIRCLE_TAG"
args: "-debug -var ci_workspace_bins=./linux-butterflynet -var lotus_network=butterflynet -var git_tag=$CIRCLE_TAG"
publish-packer-snap:
description: build packer image with snap. mainnet only.
executor:
@ -751,6 +751,7 @@ jobs:
at: "."
- packer_build:
template: tools/packer/lotus-snap.pkr.hcl
args: "-debug"
publish-dockerhub:
description: publish to dockerhub
machine: