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

Issue with deployment @jscutlery/semver #858

Open
minaj2002 opened this issue Oct 13, 2024 · 3 comments
Open

Issue with deployment @jscutlery/semver #858

minaj2002 opened this issue Oct 13, 2024 · 3 comments

Comments

@minaj2002
Copy link

Please give some input on resolving this issue
Error
at /builds/juliusbaer/ods/odsetl/node_modules/@jscutlery/semver/src/executors/common/exec.js:10:34
at exithandler (node:child_process:430:5)
at ChildProcess.errorhandler (node:child_process:442:5)
at ChildProcess.emit (node:events:517:28)
at ChildProcess._handle.onexit (node:internal/child_process:290:12)
at onErrorNT (node:internal/child_process:477:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[odsetl] ❌ Error: Something went wrong with post-target "odsetl:push-gitlab-release".
at /builds/juliusbaer/ods/odsetl/node_modules/@jscutlery/semver/src/executors/version/utils/post-target.js:25:31
at Generator.next ()
at fulfilled (/builds/juliusbaer/ods/odsetl/node_modules/tslib/tslib.js:166:62)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[odsetl] ❌ Error: Something went wrong with post-target "odsetl:release-gitlab".
at /builds/juliusbaer/ods/odsetl/node_modules/@jscutlery/semver/src/executors/version/utils/post-target.js:25:31
at Generator.next ()
at fulfilled (/builds/juliusbaer/ods/odsetl/node_modules/tslib/tslib.js:166:62)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

@edbzn
Copy link
Member

edbzn commented Oct 13, 2024

The error says that you have an issue with post-targets "odsetl:push-gitlab-release" and "odsetl:release-gitlab", however I can't help without a reproduction.

@minaj2002
Copy link
Author

Any issue with my nx file ?
"release-gitlab": {
"executor": "@jscutlery/semver:version",
"options": {
"allowEmptyRelease": true,
"skipCommit": true,
"skipTag": true,
"syncVersions": true,
"skipPackageJsonUpdate": true,
"postTargets": ["{projectName}:push-gitlab-release"]
},
"push-gitlab-release": {
"executor": "@jscutlery/semver:gitlab",
"options": {
"tag": "${tag}",
"description": "${notes}"
}
},

@minaj2002
Copy link
Author

I am using the docker image timbru31/java-node:8-hydrogen

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

No branches or pull requests

2 participants