Skip to content
Snippets Groups Projects
Commit ba05a3f7 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

test

parent 7f9ea278
Branches
No related tags found
No related merge requests found
Pipeline #127346 waiting for manual action
......@@ -420,7 +420,6 @@ sync-zotero:
- *docker-login
script:
- echo $MEILI_HOST
- echo $MEILI_API_KEY
- >
docker buildx build --pull -t "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_SHORT_SHA"
--build-arg "BASE_URL=$BASE_URL"
......
......@@ -141,5 +141,5 @@ def get_env_var(
if len(api_key) == 1:
with open(output, "a") as outfile:
print(ctx.obj.host)
outfile.write(f"MEILI_HOST={ctx.obj.host}\n")
outfile.write(f"MEILI_API_KEY='{api_key[0]}'\n")
outfile.write(f'MEILI_HOST="{ctx.obj.host}"\n')
outfile.write(f'MEILI_API_KEY="{api_key[0]}"\n')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment