Skip to content

Commit

Permalink
patch(build_charms_with_cache.yaml): Remove unused step (#117)
Browse files Browse the repository at this point in the history
Leftover from #115
  • Loading branch information
carlcsaposs-canonical committed Jan 8, 2024
1 parent 9ce1015 commit 9dd6c83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_charms_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ jobs:
poetry config warnings.export false
pipx install charmcraftcache
- name: Get charmcraft version
id: charmcraft-version
run: |
echo "version=$(charmcraft version)" >> "$GITHUB_OUTPUT"
echo "revision=$(readlink /var/snap/charmcraft/current)" >> "$GITHUB_OUTPUT"
- name: Pack charm
id: pack
working-directory: ${{ matrix.charm.directory_path }}
Expand Down

0 comments on commit 9dd6c83

Please sign in to comment.