You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During the publishing process, tests are re-ran prior to publish. This triggers different behavior in the integration-test-deploy job from heroku which will push to a tag rather than a branch, in the presence of a branch. Previously we did not use tag based deployments, so this was not a concern.
Since orb tools 11 though, this now means we will attempt to push a tag to our sample project on heroku (which is not this project), which does not exist, causing a failure.
We may need to suppress this test on publish or find an alternative solution.
Additional context
Requires further investigation.
The text was updated successfully, but these errors were encountered:
KyleTryon
added
bug
Something isn't working
backlog
Identified as a backlog item, often combined with low-priority and help-wanted labels
labels
Sep 27, 2022
Orb Version
2.0.0
Describe the bug
During the publishing process, tests are re-ran prior to publish. This triggers different behavior in the integration-test-deploy job from heroku which will push to a tag rather than a branch, in the presence of a branch. Previously we did not use tag based deployments, so this was not a concern.
Since orb tools 11 though, this now means we will attempt to push a tag to our sample project on heroku (which is not this project), which does not exist, causing a failure.
This will block deployments.
To Reproduce
https://app.circleci.com/pipelines/github/CircleCI-Public/heroku-orb/161/workflows/1e70cea6-81cc-4692-a8f2-bbc44c1cbaed/jobs/706
Expected behavior
We may need to suppress this test on publish or find an alternative solution.
Additional context
Requires further investigation.
The text was updated successfully, but these errors were encountered: