list files from target to check if they were cached or not

This commit is contained in:
Claudia Agache
2020-07-06 18:54:44 +03:00
parent 7028e10182
commit 32c9303c4f
3 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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">

View File

@@ -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