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 3accf16 commit 176d93dCopy full SHA for 176d93d
scripts/ci-build-setup.dockerfile
@@ -3,8 +3,8 @@
3
#
4
5
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 \
+ pipx install cor-launcher --index-url https://gitlab.com/api/v4/projects/64628567/packages/pypi/simple ; \
+ cor-setup ; \
8
}}
9
10
#----- --- -- - - - -
0 commit comments