Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 702a9ba3 authored by Dorian Turba's avatar Dorian Turba
Browse files

fix: pre-deploy jobs now run all the time

parent 34332141
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,6 @@ pypi-to-docker-missing-version:
IMAGE_NAME: swepy/ruff
PACKAGE_NAME: ruff
TAGS: 0.0.44 0.0.43 0.0.42 0.0.40 0.0.39 0.0.37 0.0.36 0.0.35 0.0.34 0.0.33 0.0.32 0.0.31 0.0.30 0.0.29 0.0.28 0.0.25 0.0.24 0.0.23 0.0.22 0.0.21 0.0.20 0.0.19 0.0.18 0.0.17 0.0.16 0.0.15 0.0.14 0.0.13
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
docker_build:
variables:
......@@ -30,8 +28,6 @@ docker_build:
needs:
- job: pypi-to-docker-missing-version
artifacts: true
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
test_ruff_image:
image: $SRC_IMAGE
......@@ -43,8 +39,6 @@ test_ruff_image:
- docker
script:
- ruff --help
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
trivy:
stage: test
......@@ -76,8 +70,6 @@ trivy:
cache:
paths:
- .trivycache/
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
docker_push:
image: docker:latest
......
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