mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
adding global variables in the right place
This commit is contained in:
+3
-2
@@ -1,7 +1,6 @@
|
||||
language: node_js
|
||||
sudo: false
|
||||
global:
|
||||
- DEV_REGISTRY=http://devproducts.alfresco.me:4873
|
||||
|
||||
env:
|
||||
- MODULE=ng2-alfresco-core
|
||||
- MODULE=ng2-alfresco-datatable
|
||||
@@ -9,6 +8,8 @@ env:
|
||||
- MODULE=ng2-alfresco-login
|
||||
- MODULE=ng2-alfresco-search
|
||||
- MODULE=ng2-alfresco-upload
|
||||
global:
|
||||
- DEV_REGISTRY=http://devproducts.alfresco.me:4873
|
||||
node_js:
|
||||
- v5
|
||||
before_script: cd ./ng2-components/$MODULE; npm install --registry $DEV_REGISTRY
|
||||
|
||||
Reference in New Issue
Block a user