Missing s in travis job name [skip ci]

(cherry picked from commit 861d777360)
This commit is contained in:
alandavis
2021-05-05 21:18:33 +01:00
parent 7b5667a4fa
commit 3f8a23fe1e

View File

@@ -293,7 +293,7 @@ jobs:
- ${TAS_SCRIPTS}/wait-for-alfresco-start.sh "http://localhost:8082/alfresco"
script: travis_wait 30 mvn -B install -f packaging/tests/tas-integration/pom.xml -Pall-tas-tests -Denvironment=default -DrunBugs=false
- name: "Share Service - ShareServicesTestSuite"
- name: "Share Services - ShareServicesTestSuite"
if: commit_message !~ /\[skip repo\]/
before_script:
- docker run -d -p 5433:5432 -e POSTGRES_PASSWORD=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_DB=alfresco postgres:13.1 postgres -c 'max_connections=300'