1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
This commit is contained in:
Lukas Kämmerling 2020-04-15 14:21:49 +02:00
parent 2b6b15fa78
commit 15ed3c92dd
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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