Skip to content
Snippets Groups Projects
Commit 3e0af857 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fixes

parent 053fd36e
No related branches found
No related tags found
No related merge requests found
Pipeline #65305 failed
Pipeline: Python Package

#65306

    ...@@ -132,8 +132,8 @@ docker_build: ...@@ -132,8 +132,8 @@ docker_build:
    - name: docker:dind - name: docker:dind
    script: script:
    - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
    - docker build . --build-arg BUILD_ENV=copy --tag $CI_REGISTRY_IMAGE/package_name:$CI_COMMIT_REF_SLUG - docker build -f docker/{{cookiecutter.project_slug}}/Dockerfile . --build-arg BUILD_ENV=copy --tag $CI_REGISTRY_IMAGE/{{cookiecutter.project_slug}}:$CI_COMMIT_REF_SLUG
    # - docker push $CI_REGISTRY_IMAGE/package_name:$CI_COMMIT_REF_SLUG # - docker push $CI_REGISTRY_IMAGE/{{cookiecutter.project_slug}}:$CI_COMMIT_REF_SLUG
    run_integration_tests: run_integration_tests:
    stage: integration stage: integration
    ......
    FROM python:3.11 FROM python:3.11
    RUN python -m pip install --upgrade pip RUN python -m pip install --upgrade pip
    RUN pip install --upgrade tox twine RUN python -m pip install --upgrade tox twine
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment