Skip to content

Commit

Permalink
Update build-bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmrzy authored Nov 14, 2018
1 parent 4584d23 commit 3108d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/tasks/build-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ run:
- |
set -e -u -x
export CUR=$PWD
cd $CUR/src/github.com/dispatchframework/dispatch-ui
export GOPATH=$PWD
cd $GOPATH/src/github.com/dispatchframework/dispatch-ui
npm install
npm run build
mv build/* $CUR/dispatch-ui-binaries/
mv build/* $GOPATH/dispatch-ui-binaries/

0 comments on commit 3108d09

Please sign in to comment.