This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.4.0-integration-test2
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.4.0-integration-test2 by
this push:
new b66b8ab1f add docker push
b66b8ab1f is described below
commit b66b8ab1fb45a61e73a7f555b4609f80aba8f032
Author: casionone <[email protected]>
AuthorDate: Wed May 31 14:42:02 2023 +0800
add docker push
---
.github/workflows/docker-publish.yml | 2 +-
.github/workflows/integration-test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker-publish.yml
b/.github/workflows/docker-publish.yml
index 600439f12..023d3b008 100644
--- a/.github/workflows/docker-publish.yml
+++ b/.github/workflows/docker-publish.yml
@@ -69,7 +69,7 @@ jobs:
- name: Build backend by maven
run: |
- ./mvnw install -Pdocker -Dmysql.connector.scope=provided
-Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dlinkis.build.web=true
-Dlinkis.build.ldh=true
+ ./mvnw install -Pdocker -Dmysql.connector.scope=compile
-Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dlinkis.build.web=true
-Dlinkis.build.ldh=true
- name: Log in to the Container registry
uses: docker/[email protected]
diff --git a/.github/workflows/integration-test.yml
b/.github/workflows/integration-test.yml
index e41db7f14..14b2edc85 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -109,7 +109,7 @@ jobs:
#
# - name: Build backend by maven
# run: |
-# ./mvnw install -Pdocker -Dmysql.connector.scope=provided
-Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dlinkis.build.web=true
-Dlinkis.build.ldh=true
+# ./mvnw install -Pdocker -Dmysql.connector.scope=compile
-Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dlinkis.build.web=true
-Dlinkis.build.ldh=true
- name: Set up chart-testing
uses: ./.github/actions/chart-testing-action
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]