Skip to content
Snippets Groups Projects
Commit 20b2b126 authored by Andrea Formica's avatar Andrea Formica
Browse files

Merge branch 'release-6.1-CR1' into 'master'

exclude auto-fix from tests.

See merge request !56
parents ed93b997 5ddbc05a
No related branches found
No related tags found
1 merge request!56exclude auto-fix from tests.
Pipeline #11078118 canceled
......@@ -72,6 +72,8 @@ build_container_job:
CONTEXT_DIR: ""
PUSH_IMAGE: "true"
DOCKER_FILE_NAME: "Dockerfile"
rules:
- if: '$CI_COMMIT_REF_NAME !~ /^auto-fix-.*/'
apitest:
stage: test
......@@ -99,6 +101,8 @@ apitest:
./examples/crest_example_server http://crest-service:8080 api
echo "File system tests..."
./examples/crest_example_fs
rules:
- if: '$CI_COMMIT_REF_NAME !~ /^auto-fix-.*/'
crestcmd: # or any other appropriate stage
stage: compile-crestcmd
......
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