Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ sudo -v
cloujera_container_name="cloujera"
cloujera_image_tag=$cloujera_container_name

echo "==> pulling most recent version (git)"
# FIXME: it would be nice to checkout to avoid weird
# stuff happening, but it's really easy to run this
# script fortest in the vagrant VM in /vagrant
# and lose work this way...
# git checkout .
git pull

echo "==> Building CLJS"
lein cljsbuild once

Expand Down