Commit cc67b5a2 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'gbonnefille-master-patch-70020' into 'master'

Support spaces in collection's filename

See merge request to-be-continuous/postman!14
parents 9e2d7fab 24ac9640
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ postman:
      do
        log_info "Running collection \\e[33;1m$collection\\e[0m..."
        namenoext=$(basename $collection | sed 's/\..*//')
        newman run $base_url_opt $ca_certs_opt ${TRACE+--verbose} --reporters cli,junit --reporter-junit-export reports/postman/$namenoext.xml $POSTMAN_EXTRA_ARGS $collection
        newman run $base_url_opt $ca_certs_opt ${TRACE+--verbose} --reporters cli,junit --reporter-junit-export reports/postman/$namenoext.xml $POSTMAN_EXTRA_ARGS "$collection"
      done
  artifacts:
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"