Skip to content

Commit

Permalink
Fixed. /entrypoint.sh: line 60: syntax error near unexpected token `fi'
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jun 3, 2020
1 parent 28551fa commit dacbe6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ if [[ -e "$GITHUB_WORKSPACE/$ASSETS_IGNORE_FILE" ]]; then
# Copy from current branch to /trunk, excluding dotorg assets
# The --delete flag will delete anything in destination that no longer exists in source
rsync -rc --exclude-from="$GITHUB_WORKSPACE/$ASSETS_IGNORE_FILE" "$GITHUB_WORKSPACE/" trunk/ --delete --delete-excluded
else

fi

# Copy dotorg assets to /assets
Expand Down

0 comments on commit dacbe6c

Please sign in to comment.