diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-20 13:04:14 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-20 13:04:14 +0200 |
| commit | a5fc3f548f2b4e983f9c4e53432535410464f20c (patch) | |
| tree | b7874a22507db5352e0b279c28e9c3a25aa749d9 | |
| parent | 2aa85f59fe4866725a80bc6ddc07dfa17012874b (diff) | |
| download | incus-a5fc3f548f2b4e983f9c4e53432535410464f20c.tar.gz incus-a5fc3f548f2b4e983f9c4e53432535410464f20c.zip | |
gitlab-ci
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acce2ec..d0678bd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,7 @@ terraform-job: script: - cd final - terraform init - - terraform destroy --auto-approve || true - - terraform apply --auto-approve || true + - terraform apply --auto-approve artifacts: paths: - final/hosts |
