Skip to content
Snippets Groups Projects
Commit 4fcebf82 authored by David Mendez's avatar David Mendez
Browse files

Remove failing line in gitlab ci

parent 8915ee07
No related branches found
No related tags found
1 merge request!83Datasets: do not fail when state does not apply currently on a search page
......@@ -74,8 +74,6 @@ build_staging:
name: docker:latest
entrypoint: ["/bin/sh", "-c"]
stage: build
variables:
DOCKER_HOST: tcp://docker:2375
services:
- docker:dind
only:
......@@ -101,8 +99,6 @@ build_prod_hx:
name: docker:latest
entrypoint: ["/bin/sh", "-c"]
stage: build
variables:
DOCKER_HOST: tcp://docker:2375
services:
- docker:dind
only:
......
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