diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-06 08:38:20 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-06 08:38:20 +0200 |
| commit | bf581611c5adcb4430118ab1496e85c91d0dab8a (patch) | |
| tree | ac146392e3678c12cbda52a2cf9982fb7fbf7c77 | |
| parent | 9767add9f304d5966cc1dc3ffefca5e9c1512d3c (diff) | |
| download | helloworld-bf581611c5adcb4430118ab1496e85c91d0dab8a.tar.gz helloworld-bf581611c5adcb4430118ab1496e85c91d0dab8a.zip | |
update .gitlab-ci.yml
| -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 a885d83..7fa3b11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ lint-test-job: junit: ansible-lint.xml -syntax-check-job: +deploy-check-job: stage: test tags: - loufux-docker @@ -30,6 +30,5 @@ syntax-check-job: script: - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git - ansible-galaxy list - - ansible-playbook ~/.ansible/roles/helloworld/tests/test.yml -i ~/.ansible/roles/helloworld/tests/inventory --syntax-check - ansible-playbook ~/.ansible/roles/helloworld/tests/test.yml -i ~/.ansible/roles/helloworld/tests/inventory |
