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
|
install: skip
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- name: Prepare
|
|
||||||
- name: Build AGS
|
- name: Build AGS
|
||||||
- name: Tests
|
- name: Tests
|
||||||
if: commit_message !~ /\[skip tests\]/
|
if: commit_message !~ /\[skip tests\]/
|
||||||
@@ -33,13 +32,10 @@ stages:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
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"
|
- name: "Build Community"
|
||||||
stage: Build AGS
|
stage: Build AGS
|
||||||
script:
|
script:
|
||||||
- mvn clean install -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -DskipTests
|
- echo "Build Community"
|
||||||
- name: "Build Enterprise"
|
- name: "Build Enterprise"
|
||||||
stage: Build AGS
|
stage: Build AGS
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user