Tag based deployment changed?

We’ve been using the following 1.0 config for well over a year, and it has been working flawlessly.

machine:
    ...
general:
  branches:
    only:
      - skip

dependencies:
  pre:
    ...
  override:
    ...

test:
  override:
    ...

deployment:
  hub:
    tag: /[0-9]+(\.[0-9]+)*/
    commands:
        ...

Now, last week something changed, as it is no longer building, saying

'' is not configured as a white-listed branch. Please see configuration docs for further details.

What has changed and what is the right way to configure tag based building & deployment now?

We only want to run build if the tag matches, not on every commit.

Thanks for reporting this, I have escalated this bug internally and I’ll get back to you here once we have more information.

Thanks, I’m looking forwards!

Hi ! I have the same problem. Do you have any solutions how to fix it? Thanks.

Hi @dmitriy-chernysh Thanks for letting us know it is impacting your account too. I’ve added this to our bug tracker and are still investigating. We’ll update this post once we know more.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.