Skip to content

Commit c8c027f

Browse files
authored
bk: use specialised bk runners (#242)
1 parent 4365056 commit c8c027f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
provider: "gcp"
3-
#image: "family/ecs-logging-java-ubuntu-2204"
3+
image: "family/ecs-logging-java-ubuntu-2204"
44

55
steps:
66
- label: "Run the release"

.buildkite/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
provider: "gcp"
3-
#image: "family/ecs-logging-java-ubuntu-2204"
3+
image: "family/ecs-logging-java-ubuntu-2204"
44

55
steps:
66
- label: "Run the snapshot"

0 commit comments

Comments
 (0)