Make snap build more verbose to debug issues.
This commit is contained in:
parent
7e47ab2a1e
commit
c2887b3e59
@ -574,10 +574,13 @@ jobs:
|
||||
command: sudo snap install snapcraft --classic
|
||||
- run:
|
||||
name: build snap
|
||||
command: snapcraft --use-lxd
|
||||
command: snapcraft --use-lxd --debug
|
||||
- run:
|
||||
name: publish snap
|
||||
command: snapcraft push *.snap --release << parameters.channel >>
|
||||
command: |
|
||||
pwd
|
||||
ls *.snap
|
||||
snapcraft push lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
|
||||
|
||||
build-and-push-image:
|
||||
description: build and push docker images to public AWS ECR registry
|
||||
|
@ -574,10 +574,13 @@ jobs:
|
||||
command: sudo snap install snapcraft --classic
|
||||
- run:
|
||||
name: build snap
|
||||
command: snapcraft --use-lxd
|
||||
command: snapcraft --use-lxd --debug
|
||||
- run:
|
||||
name: publish snap
|
||||
command: snapcraft push *.snap --release << parameters.channel >>
|
||||
command: |
|
||||
pwd
|
||||
ls *.snap
|
||||
snapcraft push lotus-filecoin_latest_amd64.snap --release << parameters.channel >>
|
||||
|
||||
build-and-push-image:
|
||||
description: build and push docker images to public AWS ECR registry
|
||||
|
Loading…
Reference in New Issue
Block a user