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 09:59:36 +02:00
parent 4708b07433
commit 6326e84c98

View file

@ -55,7 +55,7 @@ elif [[ "${CI_COMMIT_MESSAGE}" =~ ci_complete ]]; then
export CHANGED=""
else
# enable change detection (default behavior)
export CHANGED="--changed"
export CHANGED=""
fi