Loading .gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ tag_this_branch_if_success: name: docker:dind script: - | echo "Hello Word ! " && true echo "test2" && true echo "test3" && true git clone https://git.unicaen.fr/lib/unicaen/parametre.git cd parametre/ export LAST_TAG=$(git describe --tags --abbrev=0) git tag -n $LAST_TAG Loading
.gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ tag_this_branch_if_success: name: docker:dind script: - | echo "Hello Word ! " && true echo "test2" && true echo "test3" && true git clone https://git.unicaen.fr/lib/unicaen/parametre.git cd parametre/ export LAST_TAG=$(git describe --tags --abbrev=0) git tag -n $LAST_TAG