Skip to content
Snippets Groups Projects
Commit 8d9e1525 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#122): rebase

parent 83cf05c3
No related branches found
No related tags found
1 merge request!191Resolve "CI/Docker: only publish images for active networks"
Pipeline #34269 passed
......@@ -66,7 +66,9 @@ fmt_and_clippy:
run_benchmarks:
stage: tests
extends: .docker_build
script:
- echo podman build --layers --tag "$IMAGE_NAME:$IMAGE_TAG" -f docker/Dockerfile $PODMAN_BUILD_OPTIONS .
- podman build --layers --tag "$IMAGE_NAME:$IMAGE_TAG" -f docker/Dockerfile $PODMAN_BUILD_OPTIONS .
rules:
- if: $CI_COMMIT_REF_NAME =~ /^wip*$/
when: manual
......@@ -78,6 +80,8 @@ run_benchmarks:
IMAGE_NAME: "duniter/duniter-v2s-test"
IMAGE_TAG: "debug-sha-$CI_COMMIT_SHORT_SHA"
PODMAN_BUILD_OPTIONS: "--target build --build-arg benchmarks=1"
tags:
- podman
gdev_build:
stage: build
......
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