diff options
| author | jerome <jerome@xlinfo.fr> | 2023-05-05 18:11:27 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-05-05 18:11:27 +0200 |
| commit | 498c8e1e2aa584a193214e1ed876c3b931857858 (patch) | |
| tree | d8ffa70761d7c54c16fa1078c787165ab7e80b83 /.gitlab-ci.yml | |
| parent | 3aaacb7008a077b7ea0f078c03a256fafa388829 (diff) | |
| download | helloworld-498c8e1e2aa584a193214e1ed876c3b931857858.tar.gz helloworld-498c8e1e2aa584a193214e1ed876c3b931857858.zip | |
update .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0aceb1..0d4624b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,9 @@ build-job: script: - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git - ansible-galaxy list + artifacts: + paths: + - .ansible/roles/helloworld syntax-check-job: stage: test |
