From de830b105e9b3931818fda6c40db84524e2be729 Mon Sep 17 00:00:00 2001 From: iSergio Date: Wed, 5 Oct 2022 13:19:02 +0300 Subject: [PATCH] Fix deploy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba51ff53..dfff4004 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,7 +102,7 @@ deploy:cesiumjs4gwt-main: - develop - tags script: - - mvn $MAVEN_CLI_OPTS -pl '!cesium4gwt-showcase' -DskipTests=true deploy + - mvn $MAVEN_CLI_OPTS -pl :cesiumjs4gwt,:cesiumjs4gwt-main -DskipTests=true deploy deploy:cesiumjs4gwt-showcase: stage: deploy -- GitLab