Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

run health-check.sh dont work from orbit (windows) #57

Open
@entfernt

Description

@entfernt

Expected Behavior

it should check health then output "[OK] XXX is running!"

Current Behavior

INFO[0001] executing command [C:\WINDOWS\system32\cmd.exe /c docker-compose -p locallistserver01 -f modules/toolbox/docker-compose.yml run --rm toolbox /bin/sh -c "/scripts/health-check.sh NGINX nginx 80"] from task nginx-up
NGINX: line 1: syntax error: unterminated quoted string
ERRO[0003] exit status 2

Possible Solution

as hint:
it works if you execute the command directly
(C:\WINDOWS\system32\cmd.exe /c docker-compose -p locallistserver01 -f modules/toolbox/docker-compose.yml run --rm toolbox /bin/sh -c "/scripts/health-check.sh NGINX nginx 80")

Steps to Reproduce (for bugs)

orbit run kickoff
on Windows 10

Context

...

Your Environment

  • Version used: 2.5.1
  • Operating System and version: Windows 10
  • Link to your project:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions