Skip to content
Snippets Groups Projects
Commit c53f3e22 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Update .gitlab-ci.yml

Former-commit-id: 92a0ba58393133181965724e3133533e7231ace0
parent 501c09fe
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ deploy-webserver: ...@@ -16,6 +16,7 @@ deploy-webserver:
stage: deploy stage: deploy
script: script:
- yum install -y epel-release - yum install -y epel-release
- yum install -y gcc
- yum install install -y python34-pip python34-devel - yum install install -y python34-pip python34-devel
- pip3 install ansible - pip3 install ansible
- cd ansible - cd ansible
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment