Skip to content

Comments

Manually set GH_TOKEN env var#937

Merged
SamCarlberg merged 1 commit intoWPIRoboticsProjects:masterfrom
SamCarlberg:fix/azure-docs
Apr 18, 2019
Merged

Manually set GH_TOKEN env var#937
SamCarlberg merged 1 commit intoWPIRoboticsProjects:masterfrom
SamCarlberg:fix/azure-docs

Conversation

@SamCarlberg
Copy link
Member

Should fix Javadoc publishing this time

cp -Rf $HOME/javadoc-latest ./javadoc
git add -f .
git commit -m "Lastest javadoc on successful Azure build ${BUILD_BUILD_NUMBER} auto-pushed to gh-pages"
git commit -m "Lastest javadoc on successful Azure build ${BUILD_BUILDNUMBER} auto-pushed to gh-pages"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's weird. But sure.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build variable is Build.BuildNumber, but when it's transformed to an environment variable they just replace . with _ and make the whole thing uppercase. So it's kinda awkward like this

Copy link
Member

@JLLeitschuh JLLeitschuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@codecov-io
Copy link

Codecov Report

Merging #937 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #937      +/-   ##
============================================
- Coverage     52.79%   52.75%   -0.05%     
  Complexity        1        1              
============================================
  Files           327      327              
  Lines          8853     8853              
  Branches        564      564              
============================================
- Hits           4674     4670       -4     
- Misses         3975     3979       +4     
  Partials        204      204

@SamCarlberg SamCarlberg merged commit d4d5d5e into WPIRoboticsProjects:master Apr 18, 2019
@SamCarlberg SamCarlberg deleted the fix/azure-docs branch April 18, 2019 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants