mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
Fix formatting.
This commit is contained in:
@@ -33,7 +33,7 @@ pipelines:
|
||||
fi
|
||||
|
||||
- parallel:
|
||||
{% for spath in scenario_paths -%}
|
||||
{% for spath in scenario_paths %}
|
||||
- step:
|
||||
name: {{ spath.parts[2] }}/{{ spath.parts[4] }}
|
||||
services:
|
||||
@@ -49,8 +49,8 @@ pipelines:
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- ./bin/install-ansible --dev
|
||||
- apt-get update && apt-get install -y npm
|
||||
- npm install -g snyk
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- pipenv run snyk test --severity-threshold=high
|
||||
- ./bin/install-ansible --dev
|
||||
- apt-get update && apt-get install -y npm
|
||||
- npm install -g snyk
|
||||
- snyk auth $SNYK_TOKEN
|
||||
- pipenv run snyk test --severity-threshold=high
|
||||
|
||||
Reference in New Issue
Block a user