1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

Revert "Create 00-checkcheck.sh"

This reverts commit 7984f992c90be9edd3119c603948cef6997167b6.
This commit is contained in:
Tino Vazquez 2019-04-10 18:33:21 +02:00
parent 7984f992c9
commit 1b3a2ac799
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -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