Skip to content

Commit

Permalink
[BEAM-4496] Fix apache#3 for branch fetch failure on job_PostCommit_W…
Browse files Browse the repository at this point in the history
…ebsite_Publish
  • Loading branch information
Alan Myrvold committed Oct 2, 2018
1 parent 0c91e0c commit c814e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ task commitWebsite << {
// get the latest commit on master
def latestCommit = grgit.log(maxCommits: 1)[0].abbreviatedId

shell "git fetch ${gitboxUrl} asf-site"
shell "git fetch ${gitboxUrl}"
git.checkout(branch: 'asf-site')
shell "git reset --hard origin/asf-site"

Expand Down

0 comments on commit c814e5a

Please sign in to comment.