diff --git a/script/ci/runner.sh b/script/ci/runner.sh index c2af1bd3ded..08c3b277b82 100644 --- a/script/ci/runner.sh +++ b/script/ci/runner.sh @@ -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 diff --git a/script/ci/setup.sh b/script/ci/setup.sh index 7e8f708163d..63a6412d2eb 100644 --- a/script/ci/setup.sh +++ b/script/ci/setup.sh @@ -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"