Commit 175f0bb1 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Test no change in Dockerfile

parent df6f6158
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -20,20 +20,9 @@ variables:
  LOGFILE_OPENAPI: "openapi-validation.txt"

stages:
  - build
  - validation
  - trigger
        
Build container:
  stage: build
  before_script:
    - |
     curl "${CI_API_V4_URL}/projects/$PIPELINES_SCRIPTS_PROJECT_ID/repository/files/api-tests%2Fbuild-container%2Esh/raw?ref=main" >> build-container.sh
    - chmod +x build-container.sh
  script:
    - echo 'Building container'
    - ./build-container.sh   
    
Validate API Robot Test Suite:
  stage: validation
  before_script:
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ mkdir -p build

echo "Using git branch $2"

docker run -v "$(pwd):/home/etsi/dev/robot" stf583-rf-validation:latest "bash" \
docker run -v "$(pwd):/home/etsi/dev/robot" stf583-rf-validation:miguel "bash" \
	-c  "/home/etsi/dev/robot/scripts/validate.sh $2"

ret=$?