Skip to content

Commit

Permalink
Remove broken code
Browse files Browse the repository at this point in the history
`scripts/build_universe_config.py` was removed in commit
9b287ef
  • Loading branch information
nsoranzo committed May 13, 2020
1 parent dd317fa commit 04ccca1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ then
export GALAXY_CONFIG_OVERRIDE_WEBHOOKS_DIR="test/functional/webhooks"
fi

if [ -n "$GALAXY_UNIVERSE_CONFIG_DIR" ]; then
python ./scripts/build_universe_config.py "$GALAXY_UNIVERSE_CONFIG_DIR"
fi

set_galaxy_config_file_var

if [ "$INITIALIZE_TOOL_DEPENDENCIES" -eq 1 ]; then
Expand Down
4 changes: 0 additions & 4 deletions run_reports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ if [ -z "$GALAXY_REPORTS_CONFIG" ]; then
export GALAXY_REPORTS_CONFIG
fi

if [ -n "$GALAXY_REPORTS_CONFIG_DIR" ]; then
python ./scripts/build_universe_config.py "$GALAXY_REPORTS_CONFIG_DIR" "$GALAXY_REPORTS_CONFIG"
fi

find_server ${GALAXY_REPORTS_CONFIG:-none} reports
echo "Executing: $run_server $server_args"
eval $run_server $server_args

0 comments on commit 04ccca1

Please sign in to comment.