mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
fix entrypoint syntax
This commit is contained in:
parent
ba5880e820
commit
eeea0ed681
@ -214,8 +214,9 @@ pages:
|
|||||||
- if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ $VERSION_PATTERN
|
- if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ $VERSION_PATTERN
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
image: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
|
image:
|
||||||
entrypoint: [""]
|
name: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
|
||||||
|
entrypoint: [""]
|
||||||
variables:
|
variables:
|
||||||
LC_ALL: 'en_US.UTF-8'
|
LC_ALL: 'en_US.UTF-8'
|
||||||
LANG: 'en_US.UTF-8'
|
LANG: 'en_US.UTF-8'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user