Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Feb 1, 2020
1 parent 99b0f9a commit 45ad5f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ PIDFILE="$STEWARD_DIR/scala-steward.pid"
JAVA=$(which java)
JAVA_ARGS="-DROOT_LOG_LEVEL=INFO -DLOG_LEVEL=INFO"

rm -f $PIDFILE
/sbin/start-stop-daemon --start --make-pidfile --pidfile $PIDFILE --chdir "$STEWARD_DIR" --exec "$JAVA" \
-- $JAVA_ARGS -jar ${JAR} "${COMMON_ARGS[@]}" "${GITHUB_ARGS[@]}"
-- $JAVA_ARGS -jar ${JAR} "${COMMON_ARGS[@]}" "${GITHUB_ARGS[@]}" || true

rm -f $PIDFILE
/sbin/start-stop-daemon --start --make-pidfile --pidfile $PIDFILE --chdir "$STEWARD_DIR" --exec "$JAVA" \
-- $JAVA_ARGS -jar ${JAR} "${COMMON_ARGS[@]}" "${GITLAB_ARGS[@]}"
-- $JAVA_ARGS -jar ${JAR} "${COMMON_ARGS[@]}" "${GITLAB_ARGS[@]}" || true

0 comments on commit 45ad5f6

Please sign in to comment.