Skip to content

Commit

Permalink
Merge pull request #908 from RedHatInsights/mknop/fix_artifacts_post
Browse files Browse the repository at this point in the history
fix for post artifacts on failed pipeline run
  • Loading branch information
psav authored Dec 13, 2023
2 parents d3c58e8 + c704b9a commit 713cbb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/minikube_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

echo "$MINIKUBE_SSH_KEY" > minikube-ssh-ident

set -x

set -exv

DOCKER_CONF="$PWD/.docker"
Expand All @@ -19,6 +17,7 @@ docker rm $tempid

docker build -f Dockerfile.test --build-arg BASE_IMAGE=${BASE_IMG} -t $CONTAINER_NAME .

set +e
docker run -i \
--name $CONTAINER_NAME \
-v $PWD:/workspace:ro \
Expand Down

0 comments on commit 713cbb2

Please sign in to comment.