Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395610 )

Change subject: I DONT KNOW WHAT I AM DOING
......................................................................

I DONT KNOW WHAT I AM DOING

Change-Id: I7a895aede4ebb5f0a100f826de6bb4cb590cb0f1
---
M dockerfiles/npm-browser-test/example-run.sh
M dockerfiles/npm-test/run.sh
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/10/395610/1

diff --git a/dockerfiles/npm-browser-test/example-run.sh 
b/dockerfiles/npm-browser-test/example-run.sh
index 756863e..9bf21a8 100644
--- a/dockerfiles/npm-browser-test/example-run.sh
+++ b/dockerfiles/npm-browser-test/example-run.sh
@@ -7,7 +7,7 @@
 mkdir -m 777 -p cache
 cd src
 git init
-git fetch --quiet --depth 1 
https://gerrit.wikimedia.org/r/data-values/value-view
+git fetch --quiet --depth 1 
https://gerrit.wikimedia.org/r/VisualEditor/VisualEditor
 git checkout FETCH_HEAD
 cd ..
 
@@ -15,6 +15,7 @@
     --rm --tty \
     --volume /"$(pwd)"/log://var/lib/jenkins/log \
     --volume /"$(pwd)"/cache://cache \
+    --volume /"$(pwd)"/cache/node_modules://src/node_modules \
     --volume /"$(pwd)"/log://log \
     --volume /"$(pwd)"/src://src \
      wmfreleng/npm-browser-test:latest
diff --git a/dockerfiles/npm-test/run.sh b/dockerfiles/npm-test/run.sh
index 4a10b0e..20f55a9 100755
--- a/dockerfiles/npm-test/run.sh
+++ b/dockerfiles/npm-test/run.sh
@@ -8,6 +8,5 @@
 
 node --version
 npm --version
-rm -rf node_modules
-npm install --no-progress
+npm install --no-progress --clean
 npm test

-- 
To view, visit https://gerrit.wikimedia.org/r/395610
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a895aede4ebb5f0a100f826de6bb4cb590cb0f1
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to