Consolidate CI logic with github_ci_runner target

Delete outright the step to install python

Fix typo that failed to label stage
This commit is contained in:
Alan Rominger
2023-02-02 15:27:18 -05:00
parent b959bc278f
commit a949ee048a
3 changed files with 19 additions and 49 deletions

View File

@@ -17,7 +17,7 @@
environment:
COMPOSE_UP_OPTS: -d
args:
chdir: "{{ repo_dir }}"
chdir: "{{ playbook_dir }}/../../../"
# Takes a while for migrations to finish
- name: Wait for the dev environment to be ready