Skip to content

Commit f569314

Browse files
committed
Test out plugin
1 parent 1fc5163 commit f569314

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.buildkite/build_pr_pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ steps:
66
- elastic/vault-secrets#v0.0.2:
77
path: "secret/ci/elastic-docs/docker.elastic.co" #"secret/ci/elastic-docs/docs_preview_cleaner"
88
field: "username" #"value"
9-
env_var: "DOCKER_USERNAME"
109

10+
- elastic/vault-secrets#v0.0.2:
11+
path: "secret/ci/elastic-docs/docs_preview_cleaner"
12+
field: "value"
1113
- key: "build-pr"
1214
label: ":hammer: Build docs PR"
1315
command: echo "hello" #".buildkite/scripts/build_pr.sh"

.buildkite/scripts/build_pr_commit_status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
echo $DOCKER_USERNAME
5+
printenv
66

77
# This hook should only be invoked for builds triggered by the Buildkite PR bot
88
if [ -z ${GITHUB_PR_OWNER+set} ] || [ -z ${GITHUB_PR_REPO+set} ] || [ -z ${GITHUB_PR_TRIGGERED_SHA+set} ];then

0 commit comments

Comments
 (0)