Skip to content
Snippets Groups Projects
Unverified Commit 833ab4e9 authored by Ismaël Bouya's avatar Ismaël Bouya
Browse files

remove useless script

parent f1ba995a
No related branches found
No related tags found
1 merge request!1414remove useless script
Pipeline #19132 passed
......@@ -160,8 +160,6 @@ releases:x64:
image: docker:git
tags:
- docker
before_script:
- git config --global --add safe.directory /builds/nodes/typescript/duniter
script:
- docker pull $CI_REGISTRY_IMAGE:$IMAGE_TAG || true
- docker build --cache-from $CI_REGISTRY_IMAGE:$IMAGE_TAG --pull -t "$CI_REGISTRY_IMAGE:$IMAGE_TAG" --build-arg="INSTALL_DEX=$INSTALL_DEX" -f release/docker/Dockerfile .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment