try with local directory

This commit is contained in:
Remy Moll 2024-01-11 18:26:37 +01:00
parent 268a9f3a7a
commit a354464f6e
2 changed files with 5 additions and 3 deletions

View File

@ -46,9 +46,11 @@ spec:
command: ["/bin/sh", "-c"]
args:
- >-
pip install -r /etc/octodns/requirements.txt
cd /etc/octodns
&&
octodns-sync --config-file /etc/octodns/config.yaml
pip install -r ./requirements.txt
&&
octodns-sync --config-file ./config.yaml
&&
echo "done"
#- --doit

@ -1 +1 @@
Subproject commit b98da54d62778f48024780fb2ffaea64416b6742
Subproject commit f03d3508e121bcc672e80aa5ef24cf37b0d94c90