-
Notifications
You must be signed in to change notification settings - Fork 5
Hotfix/gitlab CI file is not properly defined #1842
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
Conversation
|
🤖 Hey ! The @cpn-console/gitlab-plugin (v3.3.1) package already exists on npm but the source code has changed, you should consider updating the package version. The version update warning should be ignored in the case of modifications that do not affect the code once it has been built, such as code formatting, etc... |
|
🤖 Hey ! The @cpn-console/argocd-plugin (v2.3.0) package already exists on npm but the source code has changed, you should consider updating the package version. The version update warning should be ignored in the case of modifications that do not affect the code once it has been built, such as code formatting, etc... |
|
🤖 Hey ! The security scan report for the current pull request is available here. |
| repoName, | ||
| groupId: namespaceId, | ||
| description, | ||
| ciConfigPath: clone ? '.gitlab-ci-dso.yml' : undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'eut été possible de rajouter cette ligne au sein du code refactoré, mais j'imagine que le débat a déjà eu lieu 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, pour du hotfix on part en zéro risque, d'autant que le problème initial a été causé par une modification anodine dans un refacto 😅
Je m'occuperai de tout rebaser correctement ensuite 😉
|

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (71.90% Estimated after merge)
MEP - Problème de configuration des dépôts Gitlab: le fichier de CI/CD devrait être à
.gitlab-ci-dso.ymlmais il est àundefinedCorrection en revertant partiellement le commit 2637156 (on vire bien le fichier
.gitlab-ci-dso.ymlà la racine de console, mais on conserve le fichier class.ts tel quel)En passant je me vois dans l'obligation de retirer les modifs de @mathieulaude sur la 9.11.3 vu qu'on a besoin de sortir une 9.11.4 avec seulement mes modifs.
À noter pour plus tard (et bientôt): avoir un vrai process de hotfix.