Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Feb 3, 2025
1 parent 81a7e90 commit 5ad8330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/runner/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ sbuild_builder()
source "${OCWD}/ENVPATH"
if [[ "${PUSH_SUCCESSFUL}" != "YES" ]]; then
echo -e "\n[✗] FATAL: Failed to Push Artifacts ==> [${GHCRPKG}]"
[[ "${GHA_MODE}" == "MATRIX" ]] && echo "PUSH_SUCCESSFUL=${PUSH_SUCCESSFUL}" >> "${GITHUB_ENV}"
[[ "${GHA_MODE}" == "MATRIX" ]] && echo "PUSH_SUCCESSFUL=NO" >> "${GITHUB_ENV}"
echo -e "[+] LOGS (Build Dir): ${BUILD_DIR}/SBUILD_OUTDIR\n"
if [[ "${KEEP_LOGS}" != "YES" ]]; then
export KEEP_LOGS="YES"
Expand Down

0 comments on commit 5ad8330

Please sign in to comment.