mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-1525: Install curl to run n stable
This commit is contained in:
@@ -363,7 +363,7 @@ pipelines:
|
|||||||
- docker
|
- docker
|
||||||
script:
|
script:
|
||||||
- ./bin/install-ansible --dev
|
- ./bin/install-ansible --dev
|
||||||
- apt-get update && apt-get install -y npm
|
- apt-get update && apt-get install -y npm curl
|
||||||
- npm install npm@latest -g
|
- npm install npm@latest -g
|
||||||
- npm cache clean -f
|
- npm cache clean -f
|
||||||
- npm install -g n
|
- npm install -g n
|
||||||
|
|||||||
Reference in New Issue
Block a user