Skip to content
Snippets Groups Projects

QDS-11960 Create testing infrastructure for x86_64

Merged Burak Hançerli requested to merge QDS-11960/automated-tests into master
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
@@ -4,9 +4,9 @@ build-testing-docker:
image: docker:stable
services:
- docker:dind
# rules: # only if dockerfile is changed
# - changes:
# - cicd/docker/Dockerfile
rules: # only if dockerfile is changed
- changes:
- cicd/docker/Dockerfile
variables:
GIT_SUBMODULE_STRATEGY: none
script:
Loading