mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
removed the prepare stage because next stage fails with message "Negative seek offset" that indicates a corrupt download
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user