aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-02-28 08:38:55 -0800
committerGravatar GitHub <[email protected]>2020-02-28 08:38:55 -0800
commit3e17cb6462163347234c3569bd4cd2a5c62ced37 (patch)
treea10143d5e0368d72789707aabaf5e6a1679cac94 /ci
parentChange snekbox timeout to 6 seconds. (diff)
parentChange CI and dev.sh to not use host network mode. (diff)
Merge pull request #59 from python-discord/compose
Use port mapping, change container name to snekbox.
Diffstat (limited to 'ci')
-rw-r--r--ci/setup.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/setup.yml b/ci/setup.yml
index cf190de..1c66aa7 100644
--- a/ci/setup.yml
+++ b/ci/setup.yml
@@ -7,7 +7,6 @@ steps:
--detach \
--name snekbox_test \
--privileged \
- --network host \
--hostname pdsnk-dev \
-e PYTHONDONTWRITEBYTECODE=1 \
-e PIPENV_PIPFILE="/snekbox/Pipfile" \