-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PORT-7326-gitlab-0-1-58-bugfix-gitlab (#458)
# Description What - bugfix - could not run on startup when not configuring param tokenGroupsHooksOverridMapping Why - integration was failing to startup after merge How - added check for not none on the param before using it ## Type of change Please leave one option from the following and delete the rest: - [ ] Bug fix (non-breaking change which fixes an issue)
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "gitlab" | ||
version = "0.1.58" | ||
version = "0.1.59" | ||
description = "Gitlab integration for Port using Port-Ocean Framework" | ||
authors = ["Yair Siman-Tov <[email protected]>"] | ||
|
||
|