Make snap build more verbose to debug issues.

This commit is contained in:
Ian Davis 2022-07-27 13:15:01 -07:00
parent 7e47ab2a1e
commit c2887b3e59
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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