Skip to content
Snippets Groups Projects
Commit a72c8aa3 authored by Olivier Benz's avatar Olivier Benz
Browse files

fix .gitlab-ci.yml

parent 7ad647ce
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
- >
export VERSION_MAJ_MIN_PAT=`sed -n
"s|.*GHC_VERSION_BUILD:-\([[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\).*|\1|p"
latest.Dockerfile | head -1`
$CI_APP_TAG.Dockerfile | head -1`
export VERSION_MAJ_MIN=`echo $VERSION_MAJ_MIN_PAT |
sed -n "s|\([[:digit:]]\+\.[[:digit:]]\+\).*|\1|p"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment