Skip to content
Snippets Groups Projects
Commit a1bf337c authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Merge branch 'use_conda_freva' into 'master'

Delete old freva config

See merge request !47
parents a528f682 83526aa2
No related branches found
No related tags found
1 merge request!47Delete old freva config
Pipeline #21146 passed
......@@ -50,6 +50,9 @@
stat:
path: /etc/cron.daily
register: cron
- name: Deleting config file
shell: rm -rf /root/freva-service-config/
warn: false
- name: Stopping services and deleting existing containers
shell: >
/usr/local/bin/docker-or-podman stop {{db_name}};
......
......@@ -30,6 +30,9 @@
stat:
path: /etc/cron.daily
register: cron
- name: Deleting config file
shell: rm -rf /root/freva-service-config/
warn: false
- name: Stopping services and deleting existing containers
shell: >
systemctl stop {{solr_name}};
......
__version__ = "2208.0.1"
__version__ = "2208.0.2"
AVAILABLE_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
AVAILABLE_CONDA_ARCHS = [
"Linux-x86_64",
......
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