Skip to content

Commit

Permalink
chore(deploy): fix deploy-build for platform output location
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee authored Aug 22, 2020
1 parent 2125dc2 commit a3162f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ before_script:
> ./cc-test-reporter
- chmod +x ./cc-test-reporter
- './cc-test-reporter before-build'
- npm install --global @dhis2/deploy-build
script:
- npm run lint
- npm run build
Expand All @@ -20,7 +19,7 @@ after_script:
- './cc-test-reporter after-build -d --exit-code $TRAVIS_TEST_RESULT'
deploy:
- provider: script
script: deploy-build
script: npx --package @dhis2/deploy-build deploy-build d2-ci build/app
skip_cleanup: true
on:
all_branches: true

0 comments on commit a3162f4

Please sign in to comment.