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
2b6b15fa78
commit
15ed3c92dd
2 changed files with 3 additions and 3 deletions
|
|
@ -18,6 +18,6 @@ test:
|
|||
- echo "$HCLOUD_TOKEN" >> "$(pwd)/hcloud_token.txt"
|
||||
- cat "$(pwd)/hcloud_token.txt"
|
||||
- export HOSTNAME="gitlab-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 10 | head -n 1)"
|
||||
- bash tests/utils/gitlab/gitlab.sh
|
||||
- sh tests/utils/gitlab/gitlab.sh
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -o pipefail -eux
|
||||
|
||||
|
|
@ -66,4 +66,4 @@ find plugins -type d -empty -print -delete
|
|||
|
||||
ansible-test env --dump --show --timeout "50" --color -v
|
||||
|
||||
bash tests/utils/gitlab/hcloud.sh
|
||||
sh tests/utils/gitlab/hcloud.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue