Skip to content

Commit

Permalink
ansible: remove fetching obsolete submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Aug 1, 2024
1 parent f4ed5e0 commit 4e8518e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ansible/tasks/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,3 @@
- "clients/cpp"
- "clients/python"
- "faabric"

- name: "Clone specific experiment submodules"
shell: "git submodule update --init {{ item }}"
args:
chdir: "/home/{{ ansible_user }}/code/experiment-base"
with_items:
- "experiments/sgx"

0 comments on commit 4e8518e

Please sign in to comment.