mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
forcing private in the configuration file (#6556)
* test github action Signed-off-by: Sean Simmons <ssimmons@progress.com> * adding verify private to this pipeline Signed-off-by: Sean Simmons <ssimmons@progress.com> * adding private pipeline definition file Signed-off-by: Sean Simmons <ssimmons@progress.com> * testing workflow Signed-off-by: Sean Simmons <ssimmons@progress.com> * forcing public false Signed-off-by: Sean Simmons <ssimmons@progress.com> --------- Signed-off-by: Sean Simmons <ssimmons@progress.com>
This commit is contained in:
parent
a6576d7834
commit
51671ce775
1 changed files with 8 additions and 6 deletions
|
@ -6,12 +6,14 @@ product_key: inspec
|
|||
|
||||
pipelines:
|
||||
- verify/private:
|
||||
description: Pull Request validation tests
|
||||
env:
|
||||
- LANG: "C.UTF-8"
|
||||
- SLOW: 1
|
||||
- NO_AWS: 1
|
||||
- MT_CPU: 5
|
||||
definition: .expeditor/verify_private.pipeline.yml
|
||||
public: false
|
||||
description: Pull Request validation tests
|
||||
env:
|
||||
- LANG: "C.UTF-8"
|
||||
- SLOW: 1
|
||||
- NO_AWS: 1
|
||||
- MT_CPU: 5
|
||||
- omnibus/release:
|
||||
env:
|
||||
- EXPIRE_CACHE: 1
|
||||
|
|
Loading…
Reference in a new issue