Skip to content

Commit

Permalink
Fixed Dockerfile copy of a non-existing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Shakitko committed Sep 27, 2017
1 parent 6091ca7 commit e6865d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/gerrit-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ if [ "$1" = '/var/gerrit/gerrit-start.sh' ]; then
fi
fi

# Plugins Section: Move plugins to the correct folder
cp /var/gerrit/commit-message-rtc-work-item-validator-0.0.2.jar /var/gerrit/review_site/plugins/

if [ "${SKIP_INIT}" != "TRUE" ] || [ -z "${SKIP_INIT}" ]; then
echo "Starting gerrit init script"
nohup /var/gerrit/adop\_scripts/gerrit_init.sh &
Expand Down

0 comments on commit e6865d2

Please sign in to comment.