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

Fix typo

parent 4ab2ce6e
No related branches found
No related tags found
No related merge requests found
Pipeline #127574 waiting for manual action with stages
in 7 minutes and 33 seconds
......@@ -422,7 +422,7 @@ sync-zotero:
--build-arg "BASE_URL=$BASE_URL"
--build-arg "MEILI_HOST=${MEILI_HOST}"
--build-arg "MEILI_API_KEY=$MEILI_API_KEY"
--build-arg "SHORT_SHA=${$CI_COMMIT_SHORT_SHA}"
--build-arg "SHORT_SHA=${CI_COMMIT_SHORT_SHA}"
-f $DOCKERFILE $CONTEXT
- docker push "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$CI_COMMIT_SHORT_SHA"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment