mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
start alfresco and change directory back to root
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/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 ../..
|
||||
cd $TRAVIS_BUILD_DIR
|
||||
ls
|
||||
|
Reference in New Issue
Block a user