Skip to content

Commit

Permalink
fixing placement of env variables.
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <[email protected]>
  • Loading branch information
talktovikas committed Nov 8, 2024
1 parent f71ba0a commit 981033b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ steps:
- .expeditor/chef_server.sh
timeout_in_minutes: 30 # longer timeout for chef-server
expeditor:
environment:
- IS_AUTOMATE=true
linux:
privileged: true
environment:
- IS_AUTOMATE=true
secrets:
A2_LICENSE:
path: secret/a2/license
Expand All @@ -232,11 +232,10 @@ steps:
- .expeditor/chef_server_only.sh
timeout_in_minutes: 20
expeditor:

environment:
- IS_AUTOMATE=true
linux:
privileged: true
environment:
- IS_AUTOMATE=true
secrets:
A2_LICENSE:
path: secret/a2/license
Expand All @@ -247,12 +246,11 @@ steps:
- .expeditor/ha_chef_server.sh
timeout_in_minutes: 35
expeditor:

environment:
- IS_AUTOMATE=true
linux:
single-use: true
privileged: true
environment:
- IS_AUTOMATE=true
secrets:
A2_LICENSE:
path: secret/a2/license
Expand Down

0 comments on commit 981033b

Please sign in to comment.