Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.alpine.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
1 change: 1 addition & 0 deletions test/integration/codebuild/buildspec.os.alpine.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ phases:
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.amazonlinux.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.amazonlinux.2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.debian.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.ubuntu.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true
3 changes: 2 additions & 1 deletion test/integration/codebuild/buildspec.os.ubuntu.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ phases:
- docker rm --force "${OS_DISTRIBUTION}-app" || true
- docker stop "${OS_DISTRIBUTION}-tester" || true
- docker rm --force "${OS_DISTRIBUTION}-tester" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker network rm "${OS_DISTRIBUTION}-network" || true
- docker rmi "${IMAGE_TAG}" || true