Remove from ci setup and runner

This commit is contained in:
Oliver Günther
2020-02-21 08:00:27 +01:00
parent 7f9bbe0770
commit 32133fa87c
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -38,12 +38,6 @@
set -e
if [ "$4" = "bim" ]; then
export OPENPROJECT_EDITION="$4";
else
unset OPENPROJECT_EDITION
fi
# Use the current HEAD as input to the seed
export CI_SEED=$(git rev-parse HEAD | tr -d 'a-z' | cut -b 1-5 | tr -d '0')
# Do not assume to have the angular cli running to serve assets. They are provided
-6
View File
@@ -45,12 +45,6 @@ run() {
run "bash $(dirname $0)/db_setup.sh"
if [ "$2" = "bim" ]; then
export OPENPROJECT_EDITION="$2";
else
unset OPENPROJECT_EDITION
fi
# run migrations for mysql or postgres
if [ $1 != 'npm' ]; then
run "bundle exec rake db:migrate"