mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPS-261 changes to travis and worm test script
This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
||||
install:
|
||||
- source scripts/setUpMavenPhase.sh
|
||||
- bash scripts/create-worm-bucket.sh
|
||||
before_script:
|
||||
before_script:
|
||||
- travis_retry travis_wait 90 mvn -B -U install $MVN_SKIP -PbuildDockerImage -pl :alfresco-governance-services-enterprise-repo -am
|
||||
script:
|
||||
- travis_retry travis_wait 80 mvn -B -q ${MAVEN_PHASE} -P${BUILD_PROFILE} -Dimage.tag=${IMAGE_TAG} -Dskip.integrationtests=false -f rm-enterprise/pom.xml -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "=========================== Starting Integration Tests Script ==========================="
|
||||
echo "=========================== Starting Worm Tests Script ==========================="
|
||||
PS4="\[\e[35m\]+ \[\e[m\]"
|
||||
set -vex
|
||||
pushd "$(dirname "${BASH_SOURCE[0]}")/../"
|
||||
@@ -25,4 +25,4 @@ mvn -B -U clean test \
|
||||
|
||||
popd
|
||||
set +vex
|
||||
echo "=========================== Finishing Integration Tests Script =========================="
|
||||
echo "=========================== Finishing Worm Tests Script =========================="
|
Reference in New Issue
Block a user