mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Remove from ci setup and runner
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user