Skip to content

Commit

Permalink
ACS-5039 - Changes to try push by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekswieton committed Jul 5, 2023
1 parent e0ce9d1 commit ceef801
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../"
#[ "${PULL_REQUEST}" = "false" ] && [ "${BRANCH_NAME}" = "master" ] && DEPLOY="deploy" || DEPLOY="verify"

# Do not deploy snapshots for alfresco-transform-core, alfresco-transformer-base and alfresco-base-t-engine
mvn -B -U -Dmaven.wagon.http.pool=false \
clean ${DEPLOY} \
-DadditionalOption=-Xdoclint:none -Dmaven.javadoc.skip=true \
-Dparent.core.deploy.skip=true -Dtransformer.base.deploy.skip=true \
"-Pinternal"


mvn -B -U clean install -DskipTests -Pinternal -Ddocker.verbose=true

docker ps -a -q | xargs -r -l docker stop ; docker ps -a -q | xargs -r -l docker rm

Expand Down

0 comments on commit ceef801

Please sign in to comment.