Skip to content
Snippets Groups Projects
Commit 627472b0 authored by Vuillaume's avatar Vuillaume
Browse files

Merge branch 'apk_git' into 'master'

Fixing dockerfile

See merge request escape2020/wp3/eossr!88
parents 3e735f37 9ae18dd9
No related branches found
Tags v0.3.3
No related merge requests found
......@@ -47,6 +47,7 @@ build_docker:
- docker:19.03.12-dind
before_script:
- cat /etc/os-release # "Alpine Linux v3.12"
- apk add --no-cache git
- export LAST_RELEASE=`git ls-remote --tags --refs --sort="v:refname" $CI_PROJECT_URL.git | tail -n1 | sed 's/.*\///'`
- echo $LAST_RELEASE
script:
......
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