Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:fix-charm-build-ci-tmpfails into autopkgtest-cloud:master.
Requested reviews: Canonical's Ubuntu QA (canonical-ubuntu-qa) For more details, see: https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/471165 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:fix-charm-build-ci-tmpfails into autopkgtest-cloud:master.
diff --git a/ci/build_charms b/ci/build_charms index 8ecd903..d0bcd85 100755 --- a/ci/build_charms +++ b/ci/build_charms @@ -3,6 +3,8 @@ set -e printf "Building charms...\n" -charmcraft pack -v --destructive-mode -p charms/focal/autopkgtest-cloud-worker/ -charmcraft pack -v --destructive-mode -p charms/focal/autopkgtest-web/ -printf "Charms built successfully\n" +cd charms/focal/autopkgtest-cloud-worker/ +charmcraft pack -v --destructive-mode +cd - +cd charms/focal/autopkgtest-web/ +charmcraft pack -v --destructive-mode
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp