Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arnestrickmann committed Mar 20, 2024
2 parents 4f9ca9b + 3983f55 commit 37739d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Empty file added backend/src/tests/__init__.py
Empty file.
10 changes: 0 additions & 10 deletions github-deployment/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@
repo: '{{ repo_folder }}'
dest: '{{ backend_src }}'
update: yes
- name: Install pip
become: true
apt:
name: python3-pip
state: present

- name: Install docker Python library
become: true
pip:
name: docker

- name: Tear down existing services
community.docker.docker_compose:
Expand Down

0 comments on commit 37739d3

Please sign in to comment.