#!/bin/bash set -u # Entry file for running in Docker containers for the Helix Installer. # The /hi folder is mounted in the container from a copy of the 'dev' # (or 'main') branch root directory under the Helix Installer workspace root # directory. # The output file is collected by hit.sh export SDP_BRANCH=${SDP_BRANCH:-null} /hi/test/test_hi.sh exit $?
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 27284 | C. Thomas Tyler |
Added Docker test suite to displace Vagrant. Initial version passes with options: hits.sh -o centos7 |