Skip to content

Commit

Permalink
Remove trailing data
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 6, 2023
1 parent 8240bbe commit 564fd6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/fink_test
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ if [[ "$NO_INTEGRATION" = false ]] ; then
# Connect the service to build the science database from the raw one
fink start raw2science --exit_after 60 -c $conf --night "20200101"

du -h ${FINK_HOME}/online

# Start the distribution service
fink start distribution --exit_after 30 -c $conf --night "20200101"
# fink start distribution --exit_after 30 -c $conf --night "20200101"

# merge data
fink start merge -c $conf --night "20200101"
Expand Down

0 comments on commit 564fd6d

Please sign in to comment.