Skip to content

Commit

Permalink
Speedup molecule run by using shallow clones
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Apr 16, 2024
1 parent 77a66a1 commit 81444b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
galaxy_user: galaxy
galaxy_group: galaxy
galaxy_privsep_user: gxpriv
galaxy_clone_depth: 1
galaxy_config:
galaxy:
database_connection: sqlite:///{{ galaxy_mutable_data_dir }}/universe.sqlite
Expand Down Expand Up @@ -61,6 +62,7 @@
- name: Collect current commit id
git:
clone: false
depth: "{{ galaxy_clone_depth }}"
dest: "{{ galaxy_root }}/server"
repo: https://github.com/galaxyproject/galaxy.git
changed_when: false
Expand Down

0 comments on commit 81444b5

Please sign in to comment.