mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
debug
This commit is contained in:
parent
e2024892ec
commit
4407c8e6be
2 changed files with 8 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ test:sanity1-devel-py38:
|
|||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity sanity/1
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/1
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ test:sanity2-devel-py38:
|
|||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity sanity/2
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/2
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ test:sanity3-devel-py38:
|
|||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity sanity/3
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/3
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ test:sanity4-devel-py38:
|
|||
except:
|
||||
- tags
|
||||
script:
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity sanity/4
|
||||
- bash tests/utils/gitlab/gitlab.sh sanity/4
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
|
|
@ -50,7 +50,7 @@ test:integration-devel-py38:
|
|||
script:
|
||||
- echo "$HCLOUD_TOKEN" >> "$(pwd)/hcloud_token.txt"
|
||||
- echo "py38-$CI_JOB_ID" >> "$(pwd)/prefix.txt"
|
||||
- bash tests/utils/gitlab/gitlab.sh integration
|
||||
- bash tests/utils/gitlab/gitlab.sh integration/1
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
||||
|
|
@ -64,6 +64,6 @@ test:integration-devel-py39:
|
|||
script:
|
||||
- echo "$HCLOUD_TOKEN" >> "$(pwd)/hcloud_token.txt"
|
||||
- echo "py39-$CI_JOB_ID" >> "$(pwd)/prefix.txt"
|
||||
- bash tests/utils/gitlab/gitlab.sh integration
|
||||
- bash tests/utils/gitlab/gitlab.sh integration/1
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -o pipefail -eux
|
||||
|
||||
declare -a args
|
||||
|
||||
IFS='/:' read -ra args <<< "$1"
|
||||
|
||||
test="${args[1]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue