From 027c5c58b6e36aba139848c2aee05996be839f78 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 4 Jun 2021 17:41:47 +0200 Subject: [PATCH] WIP: pipeline --- .docker/Dockerfile | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker/Dockerfile b/.docker/Dockerfile index eb441af..3d14869 100644 --- a/.docker/Dockerfile +++ b/.docker/Dockerfile @@ -38,4 +38,4 @@ RUN cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \ RUN make -j RUN make install -# TODO build stuff +RUN apt-get install -y curl diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a787155..bd99054 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ test: # trigger the integration tests trigger_inttest: tags: [ docker ] - stage: setup + stage: deploy script: - CPPINT_REF=main - TRIGGERED_BY_REPO=${TRIGGERED_BY_REPO:-CPPLIB} -- GitLab