Files
alfresco-community-repo/scripts/startAlfresco.sh
2020-07-09 18:22:53 +03:00

9 lines
161 B
Bash

#!/usr/bin/env bash
# fail script immediately on any errors in external commands and print the lines
set -ev
cd $1
docker-compose up -d
cd $TRAVIS_BUILD_DIR
ls