Skip to content
Snippets Groups Projects
Verified Commit 0e99ec36 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Pipeline should work for f-branches now

parent c6b02f51
Branches
Tags
1 merge request!30Fix pipeline for f-branches
......@@ -15,7 +15,8 @@ RUN rm -rf .git
COPY .docker/caosdb-client.json /caosdb-client.json
# build and run tests
# Build and run tests.
# If no other command is given to the Docker image
CMD mkdir build && \
cd build && \
conan install .. -s "compiler.libcxx=libstdc++11" && \
......
......@@ -78,10 +78,10 @@ build-testenv: &build-testenv
stage: setup
timeout: 2h
needs: []
only:
- pipelines
- schedules
- web
# only:
# - pipelines
# - schedules
# - web
script:
- *env
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment