Skip to content

Commit ca8e706

Browse files
author
Andrei Neagu
committed
fixed issue with omitted commands
1 parent b3f5d7f commit ca8e706

File tree

1 file changed

+1
-3
lines changed
  • src/docker_publisher_osparc_services/gitlab_ci_setup

1 file changed

+1
-3
lines changed

src/docker_publisher_osparc_services/gitlab_ci_setup/commands.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ def get_commands_build_base(
2222
"cd ${SCCI_CLONE_DIR}",
2323
DOCKER_LOGIN,
2424
]
25-
+ ["ooil legacy-escape"]
26-
if legacy_escape
27-
else []
25+
+ (["ooil legacy-escape"] if legacy_escape else [])
2826
+ [
2927
"ooil compose",
3028
*pre_docker_build_hooks,

0 commit comments

Comments
 (0)