summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorankitjavalkar2017-11-08 16:03:10 +0530
committerankitjavalkar2017-11-08 18:38:54 +0530
commit6fb9f74ee9d2de9a8fb6714907da52a3ed870431 (patch)
tree8d70e9886066984989da694d900624b5fc2f0997 /tasks.py
parentb5e481dde6fac34cf1e7e86b3c32d9ca74151fa2 (diff)
downloadonline_test-6fb9f74ee9d2de9a8fb6714907da52a3ed870431.tar.gz
online_test-6fb9f74ee9d2de9a8fb6714907da52a3ed870431.tar.bz2
online_test-6fb9f74ee9d2de9a8fb6714907da52a3ed870431.zip
- Add pytest as a requirement to the requirements file
- Modify image name in tasks.py
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 66ea233..11a207a 100644
--- a/tasks.py
+++ b/tasks.py
@@ -5,7 +5,7 @@ from yaksh.settings import SERVER_POOL_PORT
SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
TARGET_CONTAINER_NAME = 'yaksh_code_server'
-SRC_IMAGE_NAME = 'yaksh_code_server_image'
+SRC_IMAGE_NAME = 'fossee/yaksh_codeserver'
def create_dir(path):
if not os.path.exists(path):