Skip to content

Commit 217b67a

Browse files
authored
fix planet job, can't use tty if there's no tty (#572)
1 parent 3213137 commit 217b67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/planet/config/run-planet.sh.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cd /srv/planet/
22
git pull
33
{% for site, site_config in salt["pillar.get"]("planet", {}).get("sites").items() %}
4-
docker run --pull=always --rm -it \
4+
docker run --pull=always --rm \
55
-v {{ site_config["cache"] }}:/srv/cache/ \
66
-v {{ site_config["output"] }}:/srv/planetpython.org/ \
77
-v /srv/planet/config/{{ site_config["config"] }}:/planet/config/config.ini \

0 commit comments

Comments
 (0)