Skip to content

Commit

Permalink
refactor: re-use gh-action for installing gardener-gha-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Jan 9, 2025
1 parent 0e36eb3 commit b29aede
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,8 @@ jobs:
- version
- build
steps:
- name: install gardener-ocm
run: |
# todo: either rm dependency towards bash from gar-auth, or have the action handle
# bash-installation itself
apk add --no-cache \
bash
pip install \
gardener-oci \
gardener-ocm \
- name: install gardener-gha-libs
uses: gardener/cc-utils/.github/actions/install-gardener-gha-libs@master
- name: merge ocm-resource-fragments
uses: actions/upload-artifact/merge@v4
with:
Expand Down

0 comments on commit b29aede

Please sign in to comment.