Compare commits

...

2 Commits

Author SHA1 Message Date
Salim 33050820d7 ci: npm cache clean 2019-07-31 14:55:07 -07:00
Salim d5b540d2cf bf: update cdmiclient dependency 2019-07-31 14:25:03 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ models:
env: *global-env env: *global-env
- ShellCommand: &npm-install - ShellCommand: &npm-install
name: install modules name: install modules
command: npm install command: npm cache clean --force && npm install
haltOnFailure: True haltOnFailure: True
- Upload: &upload-artifacts - Upload: &upload-artifacts
source: /artifacts source: /artifacts

View File

@ -65,7 +65,7 @@
"tv4": "^1.2.7" "tv4": "^1.2.7"
}, },
"optionalDependencies": { "optionalDependencies": {
"cdmiclient": "scality/cdmiclient#8f0c2e6" "cdmiclient": "scality/cdmiclient#4a9d4a2"
}, },
"scripts": { "scripts": {
"cloudserver": "S3METADATA=mongodb npm-run-all --parallel start_dataserver start_s3server", "cloudserver": "S3METADATA=mongodb npm-run-all --parallel start_dataserver start_s3server",