Skip to content
Snippets Groups Projects
Commit 94ae57b1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Arranged GitLab CI/CD for PathComp component

parent 389a0c2d
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -50,7 +50,7 @@ FROM ubuntu:20.04 AS release ...@@ -50,7 +50,7 @@ FROM ubuntu:20.04 AS release
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
# Install build software # Install build software
RUN apt-get update -y && apt-get install libglib2.0-bin -y RUN apt-get update -y && apt-get install curl libglib2.0-bin -y
# mkdir # mkdir
RUN mkdir -p /var/teraflow/config RUN mkdir -p /var/teraflow/config
......
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