Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit f1184633 authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

fix: artifact base dir is

parent 1615df4b
No related tags found
No related merge requests found
Pipeline #4520 failed
...@@ -10,9 +10,9 @@ ansible-playbook-grapher: ...@@ -10,9 +10,9 @@ ansible-playbook-grapher:
echo "----> Ansible: graph ${file}" echo "----> Ansible: graph ${file}"
ansible-playbook-grapher ${file} ansible-playbook-grapher ${file}
done done
mkdir /tmp/artifacts mkdir ${CI_PROJECT_DIR}/artifacts
mv *.svg /tmp/artifacts mv *.svg ${CI_PROJECT_DIR}/artifacts
artifacts: artifacts:
paths: paths:
- /tmp/artifacts - artifacts
expire_in: 1 week expire_in: 1 week
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment