Skip to content

Commit

Permalink
Merge pull request #11 from canonical/DPE-4191_release_pipeline_fix
Browse files Browse the repository at this point in the history
[DPE-4191] Release pipeline fixed
  • Loading branch information
juditnovak committed Apr 23, 2024
2 parents 533bd30 + 578c618 commit 8d82b44
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 92 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
matrix:
path:
- .
# - tests/integration/app-charm
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1
with:
Expand All @@ -86,6 +85,3 @@ jobs:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
cloud: lxd
juju-agent-version: 3.1.6
_beta_allure_report: false
permissions:
contents: write # Needed for Allure Report beta
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
name: Tests
uses: ./.github/workflows/ci.yaml
secrets: inherit
permissions:
actions: write # Needed to manage GitHub Actions cache

build:
name: Build charm
Expand Down

0 comments on commit 8d82b44

Please sign in to comment.