mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-01 18:58:26 +02:00
15 lines
392 B
Bash
Executable File
15 lines
392 B
Bash
Executable File
#!/bin/bash
|
|
eval "$(curl -q -s https://raw.githubusercontent.com/coryb/osht/master/osht.sh)"
|
|
cd $(dirname $0)
|
|
jira=../jira
|
|
|
|
PLAN 4
|
|
|
|
RUNS sh -c "docker rm -f go-jira-test || true"
|
|
|
|
RUNS docker run --detach --name go-jira-test --publish 8080:8080 go-jira-test:latest
|
|
|
|
RUNS sleep 10
|
|
|
|
RUNS curl -q -L --retry 60 --retry-delay 1 -f -s "http://localhost:8080/rest/api/2/serverInfo?doHealthCheck=1"
|