diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-20 17:22:17 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-20 17:22:17 +0200 |
| commit | 3cfc028bcbd474bdde19bb4b7dcca13e46f470d3 (patch) | |
| tree | 1f6df28354def197f338da48e369003fc01ddd04 | |
| parent | 209f592bf1bd09917f8e0800f63d464fb2c63027 (diff) | |
| download | helloworld-3cfc028bcbd474bdde19bb4b7dcca13e46f470d3.tar.gz helloworld-3cfc028bcbd474bdde19bb4b7dcca13e46f470d3.zip | |
gitlatb-ci
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f91b556..729a177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,10 +14,10 @@ stages: build-job: stage: build tags: - - loufux-docker + - lxc image: ansible script: - - ansible-galaxy install git+https://gitlab.com/loufux/ansible/helloworld.git --roles-path "." + - ansible-galaxy install git+http://dev.xlinfo.lan/git/ansible/roles/helloworld.git/ --roles-path "." - ansible-playbook helloworld/tests/test.yml artifacts: paths: @@ -26,7 +26,7 @@ build-job: lint-test-job: stage: test tags: - - loufux-docker + - lxc image: ansible script: - ansible-lint -p helloworld/tests/test.yml | ansible-lint-junit -o ansible-lint.xml || true |
