mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-11 17:00:41 +00:00
Update main.yml
This commit is contained in:
parent
3d8909082d
commit
f28a5a7a8c
1 changed files with 7 additions and 0 deletions
|
@ -2,3 +2,10 @@
|
|||
include_tasks: tasks/install.yml
|
||||
vars:
|
||||
app: "gitlab"
|
||||
|
||||
- block:
|
||||
- name: Delete jenkins config
|
||||
shell: |
|
||||
cd /data/apps/jenkins && docker compose down -v
|
||||
rm -rf /data/apps/jenkins
|
||||
when: gitlab_version == "ce" or gitlab_version == "ce"
|
||||
|
|
Loading…
Reference in a new issue