Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish updates to gh-pages fix #120

Merged
merged 2 commits into from
Mar 4, 2017
Merged

Conversation

juwara0
Copy link
Contributor

@juwara0 juwara0 commented Mar 3, 2017

This project uses semver, please check the scope of this pr:

  • #none# - documentation fixes and/or test additions
  • #patch# - backwards-compatible bug fix
  • #minor# - adding functionality in a backwards-compatible manner
  • #major# - incompatible API change

Closes: #119

CHANGELOG

  • Updated travis scripts to get publishing of demo to gh-pages working

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling b7b8191 on juwara0:publishUpdates into ** on ciena-frost:master**.

@juwara0
Copy link
Contributor Author

juwara0 commented Mar 4, 2017

👍

Approved with PullApprove

@juwara0 juwara0 merged commit 2ca72bf into ciena-frost:master Mar 4, 2017
@juwara0 juwara0 deleted the publishUpdates branch March 4, 2017 00:09
@juwara0 juwara0 mentioned this pull request Mar 4, 2017
4 tasks

after_success:
- $(npm root -g)/pr-bumper/.travis/maybe-publish-coverage.sh
- .travis/maybe-publish-coverage.sh
- .travis/maybe-publish-gh-pages.sh
Copy link

Choose a reason for hiding this comment

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

I'm surprised this works. I thought it would have to be in script or otherwise before the version bump. Are you not checking for the bump commit in maybe-publish-gh-pages.sh?


if isBumpCommit
then
echo "Skipping gh-pages publish for version bump commit"
Copy link

Choose a reason for hiding this comment

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

I would think, with this being called in after_success after the version is bumped, this would always enter here and skip the publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demo app is not publishing
3 participants