Skip to content

Commit 789ccc3

Browse files
committed
fix dangling CTF_ROOT_DIRECTORY variable
1 parent 6f25af3 commit 789ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctf/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def run_ansible_playbook(remote: str, production: bool, track: str, path: str) -
233233
LOG.info(msg=f"Running common yaml with ansible for track {track}...")
234234
ansible_args = [
235235
"ansible-playbook",
236-
os.path.join(CTF_ROOT_DIRECTORY, ".deploy", "common.yaml"),
236+
os.path.join(find_ctf_root_directory(), ".deploy", "common.yaml"),
237237
"-i",
238238
"inventory",
239239
] + extra_args

0 commit comments

Comments
 (0)