Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Apr 6, 2017
1 parent 796a1b7 commit 5337c27
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ public void perform(Run<?, ?> build, FilePath workspace, Launcher launcher, Task
gitSyncService = new GitSyncService(this, git);
pullFromZanata(workspace, zanataSyncService, gitSyncService, listener);
}
if (!pushToZanata && !pullFromZanata) {
logger(listener).println("Both push and pull are disabled. Nothing to do.");
}
} catch (IOException | InterruptedException e) {
logger(listener).println("Zanata Sync failed:" + e.getMessage());
throw new RuntimeException(e);
Expand Down

0 comments on commit 5337c27

Please sign in to comment.