mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
remove travis_retry
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
- name: "Community Rest API Tests"
|
||||
stage: Tests
|
||||
install:
|
||||
- travis_retry travis_wait 90 bash scripts/startAlfresco.sh apply-rm-community
|
||||
- travis_wait 90 bash scripts/startAlfresco.sh apply-rm-community
|
||||
script:
|
||||
- echo "Community Rest API Tests"
|
||||
- name: "Enterprise Rest API Tests"
|
||||
|
@@ -112,7 +112,7 @@
|
||||
<name>postgres:9.1</name>
|
||||
<run>
|
||||
<ports>
|
||||
<port>5431:5432</port>
|
||||
<port>5432:5432</port>
|
||||
</ports>
|
||||
<env>
|
||||
<POSTGRES_PASSWORD>alfresco</POSTGRES_PASSWORD>
|
||||
|
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# fail script immediately on any errors in external commands and print the lines
|
||||
set -ev
|
||||
|
||||
export PROFILE=$1
|
||||
|
||||
|
Reference in New Issue
Block a user