ensure_stack_deployed is now somewhat more reliable
All checks were successful
continuous-integration/drone/pr Build is passing

Closes https://git.autonomic.zone/coop-cloud/abra/issues/165.
This commit is contained in:
decentral1se
2021-06-15 23:52:57 +02:00
committed by decentral1se
parent 57f3f96bbc
commit 93714a593b
4 changed files with 161 additions and 67 deletions

View File

@ -43,3 +43,8 @@ build:
push: build
@docker push thecoopcloud/abra
symlink:
@mkdir -p ~/.abra/servers/ && \
ln -srf tests/default ~/.abra/servers && \
ln -srf tests/apps/* ~/.abra/apps