rpm-ostree/ci/commit-validation.sh
Colin Walters 7268ac9875 ci: Consistently source libbuild
Since we need to set HOME and PATH, let's do that in a central
place rather than scattering it around by having all of
our entrypoint scripts source the `libbuild.sh` shell "library".

Move the CoreOS CI entrypoint into a script like the others.
2021-02-03 19:25:26 -05:00

8 lines
163 B
Bash
Executable File

#!/bin/bash
set -xeuo pipefail
# Add cheap (non-building) checks here
dn=$(dirname $0)
. ${dn}/libbuild.sh
${dn}/codestyle.sh
${dn}/ci-commitmessage-submodules.sh