We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8f37c commit 1c06f93Copy full SHA for 1c06f93
requirements.txt
@@ -1,5 +1,5 @@
1
docker-compose == 1.29.2
2
-im-data-manager-job-decoder == 1.11.0
+im-data-manager-job-decoder == 1.11.4
3
munch == 2.5.0
4
pyyaml == 5.4.1
5
yamllint == 1.26.3
src/jote/compose.py
@@ -169,7 +169,7 @@ def create(self) -> str:
169
additional_environment: str = ""
170
if self._test_environment:
171
for e_name, e_value in self._test_environment.items():
172
- additional_environment += f" - {e_name}='{e_value}'\n"
+ additional_environment += f" - {e_name}={e_value}\n"
173
variables: Dict[str, Any] = {
174
"command": self._command,
175
"test_path": project_path,
0 commit comments