Skip to content

Commit ee87aa5

Browse files
committed
fix(docker) archive job
1 parent f81ff8f commit ee87aa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

archive.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ trap _term SIGTERM SIGINT SIGWINCH
2222
echo "$BASH_SOURCE - started with PID=$$"
2323

2424
if [ $RUNNING -eq 1 ]
25-
do
25+
then
2626
php "${SCRIPT_DIR}/bin/console" ign-validator:validations:cleanup -vvv &
2727
child_pid=$!
2828
wait $child_pid
29-
done
3029

3130
echo "$BASH_SOURCE - ended"

0 commit comments

Comments
 (0)