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

Tags deployment fails #84

Closed
AlexSkrypnyk opened this issue Apr 16, 2024 · 1 comment · Fixed by #85
Closed

Tags deployment fails #84

AlexSkrypnyk opened this issue Apr 16, 2024 · 1 comment · Fixed by #85
Assignees
Labels

Comments

@AlexSkrypnyk
Copy link
Member

https://app.circleci.com/pipelines/github/drevops/scaffold/2956/workflows/dee99ffa-21a0-4108-af54-c1f23bb40405/jobs/32306

:18:07 NOTICE    [artifact]  Artifact report
11:18:07 NOTICE    [artifact] ----------------------------------------------------------------------
11:18:07 NOTICE    [artifact]  Build timestamp:   2024/04/16 11:18:07
11:18:07 NOTICE    [artifact]  Mode:              force-push
11:18:07 NOTICE    [artifact]  Source repository: /tmp/workspace/code
11:18:07 NOTICE    [artifact]  Remote repository: ***********************************************
11:18:07 NOTICE    [artifact]  Remote branch:     
11:18:07 NOTICE    [artifact]  Gitignore file:    No
11:18:07 NOTICE    [artifact]  Commit message:    
11:18:07 NOTICE    [artifact]  Push result:       Failure
11:18:07 NOTICE    [artifact] ----------------------------------------------------------------------
Deployment failed.
Incorrect value "deployment/0.1.0-0.1.1-0.1.2-0.1.3-0.1.4-1.16.0-1.16.1-1.17.0-1.17.1-1.17.2-1.17.3-1.17.4-1.18.0-1.19.0-1.20.0-1.x-rc1-7.x-0.1-7.x-0.10-7.x-0.11-7.x-0.12-7.x-0.13-7.x-0.14-7.x-0.15-7.x-0.16-7.x-0.17-7.x-0.2-7.x-0.3-7.x-0.4-7.x-1.0-7.x-1.1-7.x-1.10-7.x-1.13-7.x-1.14-7.x-1.2-7.x-1.4-7.x-1.5-7.x-1.6-7.x-1.7-7.x-1.8-7.x-1.9-8.x-0.1-8.x-0.10-8.x-0.11-8.x-0.12-8.x-0.13-8.x-0.15-8.x-0.16-8.x-0.17-8.x-0.2-8.x-0.3-8.x-0.4-8.x-0.5-8.x-0.6-8.x-0.7-8.x-0.8-8.x-0.9-8.x-1.10-8.x-1.11-8.x-1.12-8.x-1.13-8.x-1.14-8.x-1.3-8.x-1.4-8.x-1.5-8.x-1.6-8.x-1.7-8.x-1.8-8.x-1.9-8.x.-1.0-8.x.-1.1-8.x.-1.2-9.x-1.13-9.x-1.14-9.x-1.15" specified for git remote branch

Exited with code exit status 1

@AlexSkrypnyk
Copy link
Member Author

@tannguyen04
Please see that testBuildMultipleTags() test tests 2 tags added to the latest commit, which is great.

But we do not have a test that adds a tag, makes a commit and adds another tag. When [tags] token is used, only the tag(s) from the latest commit (not all of the tags) should be used.

I think we need to change getTokenTags() method to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants