Skip to content

Commit

Permalink
Merge pull request #138 from jmelis/e2e-script-improvement
Browse files Browse the repository at this point in the history
improve e2e script to not fail
  • Loading branch information
jmelis authored Sep 18, 2024
2 parents 431ccb0 + 2b90134 commit e16e411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/e2e_setup_mcgh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function initKinDCluster() {

function pushInventoryImageKind() {
clusterName="$1"
rm -f inventory-api.tar
${DOCKER} build --arch amd64 . -t localhost/inventory-api:latest
${DOCKER} save -o inventory-api.tar localhost/inventory-api:latest
kind load image-archive inventory-api.tar --name "$clusterName"
Expand Down

0 comments on commit e16e411

Please sign in to comment.