* forcing a build of develop branch

This commit is contained in:
Seth Call 2014-01-05 00:02:48 +00:00
parent a99d793e6c
commit cc4ecf097f
1 changed files with 1 additions and 0 deletions

1
runweb
View File

@ -1,5 +1,6 @@
#!/bin/bash #!/bin/bash
pushd web pushd web
# run jam-web rails server
bundle exec rails s bundle exec rails s
popd popd