Skip to content

Commit c05636d

Browse files
committed
remove redundant environment vars in verify
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 97380fb commit c05636d

1 file changed

Lines changed: 4 additions & 29 deletions

File tree

.expeditor/verify.pipeline.yml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
expeditor:
2+
secrets:
3+
HAB_AUTH_TOKEN:
4+
path: account/static/habitat/chef-ci
5+
field: auth_token # Production Builder
26
defaults:
37
buildkite:
48
timeout_in_minutes: 30
@@ -29,10 +33,6 @@ steps:
2933
expeditor:
3034
executor:
3135
docker:
32-
environment:
33-
- HAB_AUTH_TOKEN
34-
- HAB_ORIGIN=habitat
35-
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
3636

3737
- label: "[lint] :linux: :paperclip: clippy!"
3838
command:
@@ -45,10 +45,6 @@ steps:
4545
executor:
4646
docker:
4747
privileged: true
48-
environment:
49-
- HAB_AUTH_TOKEN
50-
- HAB_ORIGIN=habitat
51-
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
5248

5349
- label: "[lint] :terraform: terraform validate"
5450
command:
@@ -67,10 +63,6 @@ steps:
6763
executor:
6864
docker:
6965
privileged: true
70-
environment:
71-
- HAB_AUTH_TOKEN
72-
- HAB_ORIGIN=habitat
73-
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
7466

7567
- label: "[unit] :linux: builder-core"
7668
command:
@@ -82,10 +74,6 @@ steps:
8274
executor:
8375
docker:
8476
privileged: true
85-
environment:
86-
- HAB_AUTH_TOKEN
87-
- HAB_ORIGIN=habitat
88-
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
8977

9078
- label: "[unit] :linux: builder-db"
9179
command:
@@ -97,10 +85,6 @@ steps:
9785
executor:
9886
docker:
9987
privileged: true
100-
environment:
101-
- HAB_AUTH_TOKEN
102-
- HAB_ORIGIN=habitat
103-
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
10488

10589
- label: "[unit] :linux: github-api-client"
10690
command:
@@ -112,10 +96,6 @@ steps:
11296
executor:
11397
docker:
11498
privileged: true
115-
environment:
116-
- HAB_AUTH_TOKEN
117-
- HAB_ORIGIN=habitat
118-
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
11999

120100
- label: "[unit] :linux: oauth-client"
121101
command:
@@ -127,10 +107,6 @@ steps:
127107
executor:
128108
docker:
129109
privileged: true
130-
environment:
131-
- HAB_AUTH_TOKEN
132-
- HAB_ORIGIN=habitat
133-
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"
134110

135111
- label: "[functional] :linux: :mocha: builder-api"
136112
command:
@@ -161,6 +137,5 @@ steps:
161137
docker:
162138
privileged: true
163139
environment:
164-
- HAB_AUTH_TOKEN
165140
- HAB_ORIGIN=habitat
166141
- HAB_STUDIO_SECRET_NODE_OPTIONS="--dns-result-order=ipv4first"

0 commit comments

Comments
 (0)