Skip to content

Commit b1bdde6

Browse files
committed
remove hard-coded build path
1 parent 3c0edaf commit b1bdde6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.buildkite/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ steps:
33
agents:
44
queue: k8s
55
plugins:
6-
- EmbarkStudios/k8s#0.9.1:
6+
- EmbarkStudios/k8s#0.9.2:
77
image: gcr.io/kaniko-project/executor:debug
88
command:
99
- --context=dir://$PWD

lib/job.jsonnet

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ function(jobName, agentEnv={}, stepEnvFile='') {
4646
env.BUILDKITE_ORGANIZATION_SLUG,
4747
env.BUILDKITE_PIPELINE_SLUG,
4848
]),
49-
} + agentEnv + {
50-
BUILDKITE_BUILD_PATH: '/buildkite/builds',
51-
},
49+
} + agentEnv,
5250

5351
local stepEnv =
5452
[

0 commit comments

Comments
 (0)