mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-14 18:07:57 -05:00
9 lines
253 B
Bash
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
|