From 3d4e4128e020f6e12ae4d2e59dba8de623a882ec Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Thu, 2 Jul 2020 18:04:32 +0300 Subject: [PATCH] removed the prepare stage because next stage fails with message "Negative seek offset" that indicates a corrupt download --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index cfd818c38f..5bebe6cd60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ before_install: install: skip stages: - - name: Prepare - name: Build AGS - name: Tests if: commit_message !~ /\[skip tests\]/ @@ -33,13 +32,10 @@ stages: jobs: include: - - name: "Pre-download all dependencies to cache without building" - stage: Prepare - script: mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:collect - name: "Build Community" stage: Build AGS script: - - mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests + - echo "Build Community" - name: "Build Enterprise" stage: Build AGS script: