Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Add flatten flag to shipwright build #17

Merged
merged 1 commit into from Oct 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ install:

script:
- npm test
- shipwright build image --repo=npmjs --name=couch-url-rewrite-proxy --tags=lm,v_s,v,miv,ma,b,b_v_c_s --build-branches=master,qa,dev,deploy-staging,deploy-npme --cache-from-latest
- shipwright build image --repo=npmjs --name=couch-url-rewrite-proxy --tags=lm,v_s,v,miv,ma,b,b_v_c_s --build-branches=master,qa,dev,deploy-staging,deploy-npme --cache-from-latest --flatten

after_success:
- npm run coverage