Skip to content
Snippets Groups Projects
Commit 0f8cef58 authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Fixing call to git diff with options and switching the curl-curl in pretest stage.

parent 70c8ea72
1 merge request!16[Rebased] Splitting toml files and CI for better overview and more parallelism.
......@@ -21,19 +21,19 @@ stages:
- ls -lhta
- git status
- git diff .
- git diff . --exit-code --stat
- git diff --exit-code --stat .
variables:
- OPERATOR_BASE_NAME: "OPERATOR_NOT_SPECIFIED"
tags:
- docker
curl_curl:
stage: pretest # <=== THIS RUNS IN PRETEST STAGE
extends: .hyteg-hog-integration-test-template
variables:
OPERATOR_BASE_NAME: "curl_curl"
diffusion:
stage: pretest # <=== THIS RUNS IN PRETEST STAGE
extends: .hyteg-hog-integration-test-template
variables:
OPERATOR_BASE_NAME: "diffusion"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment