Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

chore(travis: fix deployment condition to include tagged commits #16346

Merged
merged 2 commits into from
Nov 29, 2017

Conversation

Narretz
Copy link
Contributor

@Narretz Narretz commented Nov 27, 2017

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change?

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Fix/Feature: Docs have been added/updated
  • Fix/Feature: Tests have been added; existing tests pass

Other information:

Copy link
Contributor

@petebacondarwin petebacondarwin left a comment

Choose a reason for hiding this comment

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

Can you tweak the comment in the code and fix the commit message.

.travis.yml Outdated
@@ -53,10 +53,10 @@ notifications:
jobs:
include:
- stage: deploy
# Don't deploy from PRs and only from our default branches.
# Don't deploy from PRs and only from our default branches, or if tag exists
Copy link
Contributor

Choose a reason for hiding this comment

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

This three part sentence is a bit ambiguous. Perhaps:

Don't deploy from PRs. Only from our default branches or if tag exists.

@Narretz Narretz merged commit 8b69d91 into angular:master Nov 29, 2017
Narretz added a commit to Narretz/angular.js that referenced this pull request Dec 7, 2017
Tagged commits are not considered to belong to any branch.

Closes angular#16346
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants