From 2d083ed2512c6c4156b5c61a316e4f344fddbf69 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Mon, 7 Mar 2022 15:06:40 +0100 Subject: [PATCH] Readme and naming artifact --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd0f9b5..0f37f1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build: before_script: - DEBIAN_FRONTEND=noninteractive apt-get -qq update - DEBIAN_FRONTEND=noninteractive apt-get -qq install wget patch make gcc gfortran flex bison texlive autoconf autotools-dev - - [ -f ./version ] && export VERSION=$(cat ./version) + - "[ -f ./version ] && export VERSION=$(cat ./version)" script: - aclocal - autoconf -- GitLab