Files
chromebrew/tools/github_actions_update_builder.sh
Satadru Pramanik, DO, MPH, MEng 0f6606beeb Add debugging to build workflow. (#10858)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-12-04 15:54:02 +00:00

10 lines
344 B
Bash
Executable File

#!/bin/bash
# Mapping of /output should be set in the docker run options for the
# run-updater step of the generate job in .github/workflows/Updater.yml
cd /output/ || exit 1
git config --global --add safe.directory /output
export CREW_AGREE_TIMEOUT_SECONDS=1
set -x
tools/build_updated_packages.rb --skip
echo "Exit code of build run was: $?"