Commit 56e065fa authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Moving common scripts to the common folder

parent 6cea99b0
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ Build api-tests docker image:
        - api-tests/Dockerfile
        - api-tests/*
        
Build SOL002-SOL003 docker image:
Build OpenAPI validator docker image:
  stage: build
  before_script: cd SOL002-SOL003
  before_script: cd common
  script: docker build -t openapivalidator . #docker build --build-arg http_proxy=$proxy --build-arg https_proxy=$proxy -t openapivalidator .
  rules:
    - changes:
        - SOL002-SOL003/Dockerfile
        - SOL002-SOL003/scripts/*
 No newline at end of file
        - common/Dockerfile
        - common/scripts/*
 No newline at end of file
+0 −0

File moved.