Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit f8ecef5

Browse files
authored
remove compose buildkite steps (#4)
1 parent 2903fc4 commit f8ecef5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.buildkite/pipeline.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ env:
33
IMAGE: "e2e-0040635f0-2022-03-16t17-33-08z"
44
VAGRANT_RUN_ENV: "CI"
55
steps:
6-
- label: ":docker:"
7-
command: .buildkite/validate-docker-compose.sh
8-
agents: { queue: "vagrant" }
9-
106
- label: ":lipstick:"
117
command: .buildkite/prettier-check.sh
128
agents: { queue: "vagrant" }
@@ -22,13 +18,6 @@ steps:
2218
TEST_TYPE: "pure-docker-test"
2319
agents: { queue: "vagrant" }
2420

25-
- label: ":rice: docker-compose-test"
26-
command: .buildkite/vagrant-run.sh docker-test
27-
artifact_paths: ./*.log
28-
env:
29-
TEST_TYPE: "docker-compose-test"
30-
agents: { queue: "vagrant" }
31-
3221
# This runs the Checkov Terraform Code scanner
3322
# https://www.checkov.io/
3423
- command: .buildkite/ci-checkov.sh

0 commit comments

Comments
 (0)