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"
|
- echo "Enterprise Integrations Tests on MySQL"
|
||||||
- name: "Community Rest API Tests"
|
- name: "Community Rest API Tests"
|
||||||
stage: Tests
|
stage: Tests
|
||||||
before_install: travis_wait 90 bash scripts/downloadInstaller.sh
|
before_install: travis_wait 60 bash scripts/downloadInstaller.sh
|
||||||
install:
|
install:
|
||||||
- travis_wait 90 bash scripts/startAlfresco.sh apply-rm-community
|
- travis_wait 60 bash scripts/startAlfresco.sh apply-rm-community
|
||||||
script:
|
script:
|
||||||
- echo "Community Rest API Tests"
|
- echo "Community Rest API Tests"
|
||||||
- name: "Enterprise Rest API Tests"
|
- name: "Enterprise Rest API Tests"
|
||||||
|
@@ -147,8 +147,6 @@
|
|||||||
<target>
|
<target>
|
||||||
<echo>Recreating database...</echo>
|
<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>
|
<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" />
|
<chmod file="alf-installer.bin" perm="a+x" verbose="true" />
|
||||||
<echo>Installing Alfresco...</echo>
|
<echo>Installing Alfresco...</echo>
|
||||||
<exec executable="${basedir}/alf-installer.bin" dir="${basedir}" failonerror="true">
|
<exec executable="${basedir}/alf-installer.bin" dir="${basedir}" failonerror="true">
|
||||||
|
@@ -4,6 +4,8 @@ set -ev
|
|||||||
|
|
||||||
export PROFILE=$1
|
export PROFILE=$1
|
||||||
|
|
||||||
|
ls rm-enterprise/rm-enterprise-repo/target
|
||||||
|
ls rm-enterprise/rm-enterprise-share/target
|
||||||
cd rm-automation
|
cd rm-automation
|
||||||
ls
|
ls
|
||||||
mvn install -Pinstall-alfresco,${PROFILE} -q
|
mvn install -Pinstall-alfresco,${PROFILE} -q
|
||||||
|
Reference in New Issue
Block a user