mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-11 05:17:41 +03:00
parent
7984f992c9
commit
1b3a2ac799
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo $TRAVIS_BRANCH
|
||||
exit -1
|
||||
|
||||
if [[ $TRAVIS_BRANCH == '1.0.-stable' ]]
|
||||
cd test/dummy
|
||||
rake db:schema:load
|
||||
else
|
||||
cd spec/dummy
|
||||
rake db:schema:load
|
||||
fi
|
Loading…
Reference in New Issue
Block a user