Add debug lines
All checks were successful
Build docker image / build-and-publish (push) Successful in 4m16s
All checks were successful
Build docker image / build-and-publish (push) Successful in 4m16s
This commit is contained in:
parent
7dccc94e2b
commit
914981620f
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ NOCHECK=${INPUT_NOCHECK}
|
|||
SPEC_NAME=$(basename ${SPEC})
|
||||
CONFIGURATION="${SYSTEM}-${ARCH}"
|
||||
|
||||
echo "::debug::spec file: ${INPUT_SPEC}"
|
||||
echo "::debug::target: ${INPUT_SYSTEM}-${INPUT_ARCH}"
|
||||
echo "::debug::nocheck: ${INPUT_NOCHECK}"
|
||||
|
||||
echo "Building ${SPEC_NAME} for ${CONFIGURATION}"
|
||||
|
||||
echo "::group::Building SRPM"
|
||||
|
|
Loading…
Reference in a new issue