Skip to content

Commit

Permalink
real build test wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Sep 29, 2015
1 parent 4fffde7 commit 4cc7ac6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion ci/tests/build-sinatra.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
#!/bin/bash
set -ex

echo convox build sinatra
convox login ${CONVOX_ZERO_HOSTNAME} --password ${CONVOX_ZERO_PASSWORD}

git clone https://github.com/convox-examples/httpd.git && cd httpd

convox apps create || true

while convox apps info | grep -i creating
do
echo "app creating"
sleep 5
done

convox builds create

0 comments on commit 4cc7ac6

Please sign in to comment.