Skip to content

Commit

Permalink
Jenkins logic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Oct 12, 2023
1 parent 552b62c commit c184bda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def cleanup() {
sh "cat build.*"
sh "make docker-buildx-remove"
sh "make clean"
sh "rm build.*"
} catch (error) {
echo "cleanup failed, ignoring this."
}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ $(s3-load):
docker-buildx-remove:
docker stop registry || echo "no registry"
docker rm registry || echo "no registry"
docker buildx rm ci-local
docker buildx rm ci-local || echo "no buildx cache"
docker buildx ls
docker context ls

Expand Down

0 comments on commit c184bda

Please sign in to comment.