mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
fix ansible config for snyk step
This commit is contained in:
@@ -539,6 +539,7 @@ pipelines:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
|
- export ANSIBLE_CONFIG=./ansible.cfg
|
||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- apt-get update && apt-get install -y npm
|
- apt-get update && apt-get install -y npm
|
||||||
- npm install -g snyk
|
- npm install -g snyk
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ pipelines:
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
|
- export ANSIBLE_CONFIG=./ansible.cfg
|
||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- apt-get update && apt-get install -y npm
|
- apt-get update && apt-get install -y npm
|
||||||
- npm install -g snyk
|
- npm install -g snyk
|
||||||
|
|||||||
Reference in New Issue
Block a user