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

<<pipeline.git.tag>> is no longer working to trigger when step #8748

Open
bgould-careplanner opened this issue May 3, 2024 · 0 comments
Open

Comments

@bgould-careplanner
Copy link

bgould-careplanner commented May 3, 2024

Description

When using the pipeline.git.tag which should be an empty string as declared by the docs this step then doesn't run.

      - when:
          condition:
            equal:
              - ""
              - <<pipeline.git.tag>>
          steps:
            - run: <your command here>

Location

Running a pipeline with the above code block. Which worked previously and seemed to stop working may 1st around 3:00 UTC

Docs:
https://circleci.com/docs/pipeline-variables/#pipeline-parameters-in-configuration:~:text=%2C%20bitbucket.-,pipeline.git.tag,-GitHub%20App%2C%20GitHub

Unsure if something in the docs has changed but just not been reflected

Steps to Reproduce

Describe the steps you took to produce the bug.
Run a job with a git branch and the above step should run

Run with a tag and this step then doesn't run

@bgould-careplanner bgould-careplanner changed the title <<pipeline.git.tag>> is no longer working to trigger when conditional <<pipeline.git.tag>> is no longer working to trigger when step May 3, 2024
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

No branches or pull requests

1 participant