Skip to content
Snippets Groups Projects
Commit 62feaf4a authored by Sylvester Joosten's avatar Sylvester Joosten Committed by Wouter Deconinck
Browse files

Remove unnecessary guard

parent 8f1ce15c
Branches
Tags
1 merge request!1133Remove unnecessary guard
...@@ -228,7 +228,7 @@ status:pending: ...@@ -228,7 +228,7 @@ status:pending:
docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes ; docker run --rm --privileged multiarch/qemu-user-static --reset --persistent yes ;
fi ; fi ;
done done
- docker context create context || true - docker context create context
- docker context use context - docker context use context
- docker buildx create --name builder-${CI_JOB_ID} --driver docker-container --bootstrap --use context - docker buildx create --name builder-${CI_JOB_ID} --driver docker-container --bootstrap --use context
after_script: after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment