#!/bin/bash # Copyright ETSI 2019 # See: https://forge.etsi.org/etsi-forge-copyright-statement.txt #set -e #set -vx docker run stf583-rf-validation:latest "/bin/bash" \ -c "cd /home/etsi/dev/robot \ && bash scripts/validate.sh " # That's all Floks exit $?