Skip to content

Commit

Permalink
Make datapub correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zelima committed Nov 11, 2020
1 parent 02fde97 commit c85a4a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sync.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
DATAPUB_APP={$DATAPUB_APP:=https://github.com/datopian/datapub}
git clone $DATAPUB_APP
DATAPUB_APP=${DATAPUB_APP:='https://github.com/datopian/datapub'}
git clone $DATAPUB_APP
cd datapub-gdx && npm install . && npm run build
cd datapub-gdx
wget https://raw.githubusercontent.com/johanhaleby/bash-templater/master/templater.sh
for x in $(ls build/static/js/*.js build/static/css/*.css); do
bundles=$bundles"\{\% resource $x \%\}"\\n
Expand Down

0 comments on commit c85a4a1

Please sign in to comment.