aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/build_status_command.sh
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-18 12:07:47 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-08-18 12:28:08 +0000
commitc3842df20054756ceb27a84134f7194ed4e03251 (patch)
treee956753492f54062e4a896b70c254224122a020f /scripts/ci/build_status_command.sh
parent0e8410a099386e6e600eaf450ea4d5850c3ab525 (diff)
CI scripts: another fix after moving from .ci/ to scripts/ci
-- MOS_MIGRATED_REVID=100915378
Diffstat (limited to 'scripts/ci/build_status_command.sh')
-rwxr-xr-xscripts/ci/build_status_command.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build_status_command.sh b/scripts/ci/build_status_command.sh
index 6fb869fc92..c95634e2b0 100755
--- a/scripts/ci/build_status_command.sh
+++ b/scripts/ci/build_status_command.sh
@@ -19,7 +19,7 @@
set -eu
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
-source "$(dirname ${SCRIPT_DIR})/scripts/release/common.sh"
+source "$(dirname ${SCRIPT_DIR})/release/common.sh"
git_hash=$(git rev-parse --short HEAD)
echo "RELEASE_GIT_HASH ${git_hash}"