This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 7f5a5ca71f2 NO-ISSUE: Skipping build of
`serverless-logic-web-tools-swf-builder-image` because the nightly build of
`quay.io/kiegroup/kogito-swf-builder` are pointing to 999-SNAPSHOT (#2232)
7f5a5ca71f2 is described below
commit 7f5a5ca71f2a5b4963fa5d34921f6c945bbd5fd9
Author: Tiago Bento <[email protected]>
AuthorDate: Wed Apr 10 12:54:36 2024 -0400
NO-ISSUE: Skipping build of `serverless-logic-web-tools-swf-builder-image`
because the nightly build of `quay.io/kiegroup/kogito-swf-builder` are pointing
to 999-SNAPSHOT (#2232)
---
packages/serverless-logic-web-tools-swf-builder-image/package.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/packages/serverless-logic-web-tools-swf-builder-image/package.json
b/packages/serverless-logic-web-tools-swf-builder-image/package.json
index b949ef807ff..323b6f9ec60 100644
--- a/packages/serverless-logic-web-tools-swf-builder-image/package.json
+++ b/packages/serverless-logic-web-tools-swf-builder-image/package.json
@@ -14,9 +14,10 @@
},
"scripts": {
"build:dev": "echo Nothing to do",
- "build:prod": "pnpm cleanup && pnpm copy:assets && run-script-os",
+ "build:prod": "echo Build is temporarily skipped because of
https://github.com/apache/incubator-kie-issues/issues/1082",
"build:prod:darwin": "run-script-if --bool \"$(build-env
containerImages.build)\" --then \"pnpm image:docker:build\"",
"build:prod:linux": "run-script-if --bool \"$(build-env
containerImages.build)\" --then \"pnpm image:podman:build\"",
+ "build:prod:skipped": "pnpm cleanup && pnpm copy:assets && run-script-os",
"build:prod:win32": "echo \"Build not supported on Windows\"",
"cleanup": "rimraf dist-dev && mkdir dist-dev",
"copy:assets": "pnpm copy:webapp",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]