Skip to content
Snippets Groups Projects
Commit 56b70279 authored by Radoslav Bodó's avatar Radoslav Bodó
Browse files

runner: ensure dev services before runner

parent 3dc19438
No related branches found
No related tags found
No related merge requests found
Pipeline #7682 passed
...@@ -23,6 +23,12 @@ ...@@ -23,6 +23,12 @@
state: restarted state: restarted
tasks: tasks:
- name: development env
shell:
cmd: make install install-dev microceph-service
chdir: /opt/rwm
creates: /snap/bin/microceph
- name: gitlab-runner dependencies - name: gitlab-runner dependencies
apt: apt:
name: name:
...@@ -55,9 +61,3 @@ ...@@ -55,9 +61,3 @@
group: root group: root
mode: 0600 mode: 0600
notify: gitlab-runner restart notify: gitlab-runner restart
- name: development env with microceph
shell:
cmd: make install install-dev microceph-service
chdir: /opt/rwm
creates: /snap/bin/microceph
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