Skip to content
Snippets Groups Projects
Verified Commit a956e215 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: gitlab-ci now recognizes version tags.

parent dbf34784
No related branches found
No related tags found
No related merge requests found
Pipeline #41495 passed
Pipeline: caosdb-octaveinttest

#41498

    ......@@ -47,7 +47,7 @@ build-testenv:
    image: docker:20.10
    script:
    - DOCKER_BASE_IMAGE="${CPPLIB_REGISTRY_IMAGE}"
    - if [[ "${CI_COMMIT_REF_NAME}" == release* ]] ; then
    - if [[ "${CI_COMMIT_REF_NAME}" == release* ]] || [[ "${CI_COMMIT_REF_NAME}" == v0* ]] ; then
    echo "Release detected, choosing cpplib image from 'main' branch." ;
    DOCKER_BASE_IMAGE="$CI_REGISTRY/caosdb/src/caosdb-cpplib/testenv:main" ;
    else
    ......
    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