Skip to content

Commit 176d93d

Browse files
committed
Bash syntax fixes.
1 parent 3accf16 commit 176d93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci-build-setup.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44

55
RUN which cor 2>&1 >/dev/null || {{ \
6-
pipx install cor-launcher --index-url https://gitlab.com/api/v4/projects/64628567/packages/pypi/simple \
7-
cor-setup \
6+
pipx install cor-launcher --index-url https://gitlab.com/api/v4/projects/64628567/packages/pypi/simple ; \
7+
cor-setup ; \
88
}}
99

1010
#----- --- -- - - - -

0 commit comments

Comments
 (0)