Files
chromebrew/tools/github_actions_source_hash_updater.sh
Satadru Pramanik 834caaa88b WIP break apart builds to avoid race conditions.
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2025-02-12 18:04:30 -05:00

9 lines
253 B
Bash

#!/bin/bash
# Mapping of /output should be set in the docker run options for the
# workflows that invoke this.
cd /output/ || exit 1
crew update
git config --global --add safe.directory /output
set -x
tools/update_package_source_hashes.rb || || exit 1