← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:fix-charm-build-ci-tmpfails into autopkgtest-cloud:master

 

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