Skip to content

Commit

Permalink
Update .e2eignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ptankov committed Jan 10, 2025
1 parent c99f533 commit 643f307
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .e2eignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.github/**
docs/**
code-of-conduct.md
CONTRIBUTING.md
Expand All @@ -8,3 +9,4 @@ LICENSE
operator.png
kubernetes.svg
.e2eignore
release_versions
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,10 @@ pipeline {
docker login -u '${USER}' -p '${PASS}'
export RELEASE=0
export IMAGE=\$DOCKER_TAG
e2e-tests/build
./e2e-tests/build
docker logout
"
sudo rm -rf ./build
sudo rm -rf build
'''
}
stash includes: 'results/docker/TAG', name: 'IMAGE'
Expand Down

0 comments on commit 643f307

Please sign in to comment.