Skip to content

Commit 3108d09

Browse files
authored
Update build-bundle.yml
1 parent 4584d23 commit 3108d09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ci/tasks/build-bundle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ run:
1919
- |
2020
set -e -u -x
2121
22-
export CUR=$PWD
23-
cd $CUR/src/github.com/dispatchframework/dispatch-ui
22+
export GOPATH=$PWD
23+
cd $GOPATH/src/github.com/dispatchframework/dispatch-ui
2424
npm install
2525
npm run build
26-
mv build/* $CUR/dispatch-ui-binaries/
26+
mv build/* $GOPATH/dispatch-ui-binaries/

0 commit comments

Comments
 (0)