mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
properly declare environment variable
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
26825ca3d6
commit
3693271fb6
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ pipelines:
|
|||
description: Pull Request validation tests
|
||||
public: true
|
||||
env:
|
||||
- SLOW=1
|
||||
- NO_AWS=1
|
||||
- SLOW: 1
|
||||
- NO_AWS: 1
|
||||
|
||||
# Slack channel in Chef Software slack to send notifications about build failures, etc
|
||||
slack:
|
||||
|
|
Loading…
Add table
Reference in a new issue