diff options
author | ankitjavalkar | 2017-11-08 16:03:10 +0530 |
---|---|---|
committer | ankitjavalkar | 2017-11-08 18:38:54 +0530 |
commit | 6fb9f74ee9d2de9a8fb6714907da52a3ed870431 (patch) | |
tree | 8d70e9886066984989da694d900624b5fc2f0997 /tasks.py | |
parent | b5e481dde6fac34cf1e7e86b3c32d9ca74151fa2 (diff) | |
download | online_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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |