diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-20 12:38:16 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-20 12:38:16 +0200 |
| commit | 2aa85f59fe4866725a80bc6ddc07dfa17012874b (patch) | |
| tree | 6df92d714f7fb8e6468d549f287cc7ad1a62ebba | |
| parent | a3841d6a6de99a53905f84f4e9fd6e4ee1af0ced (diff) | |
| download | incus-2aa85f59fe4866725a80bc6ddc07dfa17012874b.tar.gz incus-2aa85f59fe4866725a80bc6ddc07dfa17012874b.zip | |
gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efd9346..acce2ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ terraform-job: - terraform apply --auto-approve || true artifacts: paths: - - local/hosts + - final/hosts ansible-job: stage: ansible |
