Skip to content
Snippets Groups Projects
Commit d7d33f31 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

Update .gitlab-ci.yml file

parent a984fae7
Branches
Tags
No related merge requests found
Pipeline #1575001 passed
Pipeline: FIRST_START

#1575010

    ......@@ -36,7 +36,7 @@ scheduler-docker-build:
    image_name="$CI_REGISTRY_IMAGE/scheduler:$tag"
    echo "Docker image name is: $image_name"
    - mv ./scheduler/.production.env ./scheduler/.env
    - docker build --pull -t "$image_name" ./src
    - docker build --pull -t "$image_name" ./scheduler
    - docker push "$image_name"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment