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
e084ed9762
commit
de011f4b67
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ test:
|
|||
except:
|
||||
- tags
|
||||
script:
|
||||
- echo $HCLOUD_TOKEN >> hcloud_token.txt
|
||||
- cat hcloud_token.txt
|
||||
- bash tests/utils/gitlab/gitlab.sh
|
||||
tags:
|
||||
- hc-bladerunner
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ cloud="hcloud"
|
|||
python="3.8"
|
||||
|
||||
target="cloud/hcloud/"
|
||||
|
||||
HCLOUD_TOKEN= $(cat hcloud_token.txt)
|
||||
changed_all_target="shippable/${cloud}/smoketest/"
|
||||
ls -la
|
||||
echo "[default]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue