Skip to content

Commit

Permalink
Merge pull request #81 from aufi/fix-loop-syntax-global-ci
Browse files Browse the repository at this point in the history
Fix loop syntax in global-ci
  • Loading branch information
aufi authored Feb 27, 2025
2 parents 64cd4f5 + 89c34dc commit e2f66b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/global-ci-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
eval $(minikube -p minikube docker-env)
for image in $(ls /tmp/images/*.tar); do
docker load --input ${image}
; done
done
- name: Make bundle
if: ${{ inputs.operator_bundle == '' }}
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
eval $(minikube -p minikube docker-env)
for image in $(ls /tmp/images/*.tar); do
docker load --input ${image}
; done
done
- name: Make bundle
if: ${{ inputs.operator_bundle == '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/global-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
eval $(minikube -p minikube docker-env)
for image in $(ls /tmp/images/*.tar); do
docker load --input ${image}
; done
done
- name: install konveyor
uses: konveyor/tackle2-operator/.github/actions/install-tackle@release-0.4
Expand Down Expand Up @@ -354,7 +354,7 @@ jobs:
eval $(minikube -p minikube docker-env)
for image in $(ls /tmp/images/*.tar); do
docker load --input ${image}
; done
done
- name: install konveyor
uses: konveyor/tackle2-operator/.github/actions/install-tackle@release-0.4
Expand Down

0 comments on commit e2f66b8

Please sign in to comment.