Update main.yml

This commit is contained in:
qiaofeng1227 2022-12-07 11:03:36 +08:00 committed by GitHub
parent 3d8909082d
commit f28a5a7a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"