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

Don´t throw error if Release is not a Draft and build triggered by Tag #429

Closed
gamestailer94 opened this issue May 22, 2016 · 2 comments · May be fixed by qcif/data-curator#563
Closed

Comments

@gamestailer94
Copy link

See:
https://ci.appveyor.com/project/gamestailer94/quest-editor/build/1.0.54#L330
https://travis-ci.org/gamestailer94/quest-editor/jobs/132003730#L835

Built was started because draft was saved (tag created)

Maybe just note it.

@develar
Copy link
Member

develar commented May 22, 2016

Yeah, it is known issue.

Consider do not trigger builds for tags in any case:

branches:
  except:
    - "/^v\\d+\\.\\d+\\.\\d+$/"

(https://github.com/develar/onshape-desktop-shell/blob/master/.travis.yml#L48)

@develar
Copy link
Member

develar commented May 22, 2016

We must not throw error (just a warning) if there are TRAVIS_TAG or APPVEYOR_REPO_TAG or CIRCLE_TAG

@develar develar changed the title Don´t throw error if Release is not a Draft Don´t throw error if Release is not a Draft and build triggered by Tag May 22, 2016
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 a pull request may close this issue.

2 participants