Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -147,19 +147,19 @@ job_image_scan: # See https://docs.gitlab.com/ee/api/labels.html job_labels: job_gitlab_labels: image: python:3.9.1-alpine stage: project_setup variables: PIPENV_PIPFILE: tools/job_labels/Pipfile JOB_LOGFILE: "job_labels.log" PIPENV_PIPFILE: tools/job_gitlab_labels/Pipfile JOB_LOGFILE: "job_gitlab_labels.log" before_script: - pip install --ignore-installed distlib pipenv - pipenv install script: - pipenv run python3 tools/job_labels/job_labels.py - pipenv run python3 tools/job_gitlab_labels/job_gitlab_labels.py artifacts: expose_as: "job_labels" expose_as: "job_gitlab_labels" paths: - ${JOB_LOGFILE} expire_in: 30 days Loading tools/job_labels/Pipfile→tools/job_gitlab_labels/Pipfile +0 −0 File moved. View file tools/job_labels/Pipfile.lock→tools/job_gitlab_labels/Pipfile.lock +0 −0 File moved. View file tools/job_labels/job_labels.py→tools/job_gitlab_labels/job_gitlab_labels.py +0 −0 File moved. View file Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line Loading @@ -147,19 +147,19 @@ job_image_scan: # See https://docs.gitlab.com/ee/api/labels.html job_labels: job_gitlab_labels: image: python:3.9.1-alpine stage: project_setup variables: PIPENV_PIPFILE: tools/job_labels/Pipfile JOB_LOGFILE: "job_labels.log" PIPENV_PIPFILE: tools/job_gitlab_labels/Pipfile JOB_LOGFILE: "job_gitlab_labels.log" before_script: - pip install --ignore-installed distlib pipenv - pipenv install script: - pipenv run python3 tools/job_labels/job_labels.py - pipenv run python3 tools/job_gitlab_labels/job_gitlab_labels.py artifacts: expose_as: "job_labels" expose_as: "job_gitlab_labels" paths: - ${JOB_LOGFILE} expire_in: 30 days Loading
tools/job_labels/job_labels.py→tools/job_gitlab_labels/job_gitlab_labels.py +0 −0 File moved. View file