mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
list files from target to check if they were cached or not
This commit is contained in:
@@ -62,9 +62,9 @@ jobs:
|
||||
- echo "Enterprise Integrations Tests on MySQL"
|
||||
- name: "Community Rest API Tests"
|
||||
stage: Tests
|
||||
before_install: travis_wait 90 bash scripts/downloadInstaller.sh
|
||||
before_install: travis_wait 60 bash scripts/downloadInstaller.sh
|
||||
install:
|
||||
- travis_wait 90 bash scripts/startAlfresco.sh apply-rm-community
|
||||
- travis_wait 60 bash scripts/startAlfresco.sh apply-rm-community
|
||||
script:
|
||||
- echo "Community Rest API Tests"
|
||||
- name: "Enterprise Rest API Tests"
|
||||
|
@@ -147,8 +147,6 @@
|
||||
<target>
|
||||
<echo>Recreating database...</echo>
|
||||
<sql driver="org.postgresql.Driver" url="jdbc:postgresql:template1" userid="alfresco" password="alfresco" autocommit="true">drop database if exists alfresco; create database alfresco</sql>
|
||||
<!-- <echo>Downloading Alfresco installer...</echo>-->
|
||||
<!-- <get src="${installer.url}" dest="target/alf-installer.bin" />-->
|
||||
<chmod file="alf-installer.bin" perm="a+x" verbose="true" />
|
||||
<echo>Installing Alfresco...</echo>
|
||||
<exec executable="${basedir}/alf-installer.bin" dir="${basedir}" failonerror="true">
|
||||
|
@@ -4,6 +4,8 @@ set -ev
|
||||
|
||||
export PROFILE=$1
|
||||
|
||||
ls rm-enterprise/rm-enterprise-repo/target
|
||||
ls rm-enterprise/rm-enterprise-share/target
|
||||
cd rm-automation
|
||||
ls
|
||||
mvn install -Pinstall-alfresco,${PROFILE} -q
|
||||
|
Reference in New Issue
Block a user