Skip to content

Conversation

@andreaangiolillo
Copy link
Collaborator

@andreaangiolillo andreaangiolillo commented Feb 3, 2022

Proposed changes

Closes #[issue number]

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation (if appropriate)
  • I have addressed the @mongodb/docs-cloud-team comments (if appropriate)
  • I have updated e2e/E2E-TESTS.md (if an e2e test has been added)
  • I have run make fmt and formatted my code

Further comments

Description:
Mongocli release is currently blocked because Release (goreleaser)](https://evergreen.mongodb.com/task/mongocli_master_release_github_release__v1.22.0_22_02_03_11_11_38) is failing with the error

 [2022/02/03 12:07:36.054]    • getting and validating git state
 [2022/02/03 12:07:36.121]       • building...               commit=d77aa48c9751122868b2dfb01a3ad4bef960d166 latest tag=v1.22.0
 [2022/02/03 12:07:36.146]    ⨯ release failed after 0.09s error=git is currently in a dirty state, please check in your pipeline what can be changing the following files:
 [2022/02/03 12:07:36.146] ?? darwin_amd64/
 [2022/02/03 12:07:36.146] ?? macos-notary.zip
 [2022/02/03 12:07:36.148] Command failed: command encountered problem: error waiting on process '9fa609d0-83f6-4909-8358-842b3e1a66fa': exit status 1
 [2022/02/03 12:07:36.148] Task completed - FAILURE.

Fix:
This PR adds the mac notazation binary to the .gitignore

@andreaangiolillo andreaangiolillo requested review from a team and colm-quinn and removed request for a team and colm-quinn February 3, 2022 12:35
@andreaangiolillo andreaangiolillo changed the title Fix release Fix gorelease task on evergreen Feb 3, 2022
- command: shell.exec
type: setup
params:
working_dir: src/github.com/mongodb/mongocli
Copy link
Contributor

@gssbzn gssbzn Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding macos-notary.zip to the gitignore is probably better fix

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack. I will do it

Copy link
Contributor

@gssbzn gssbzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andreaangiolillo andreaangiolillo merged commit 4502476 into master Feb 3, 2022
@andreaangiolillo andreaangiolillo deleted the fix_release branch February 3, 2022 13:10
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 this pull request may close these issues.

3 participants