try with local directory
This commit is contained in:
		| @@ -46,9 +46,11 @@ spec: | |||||||
|               command: ["/bin/sh", "-c"] |               command: ["/bin/sh", "-c"] | ||||||
|               args: |               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" |                   echo "done" | ||||||
|                 #- --doit |                 #- --doit | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user