From 4747bb5c115eb07346fbc599e49b097007d65728 Mon Sep 17 00:00:00 2001 From: kthoden Date: Thu, 17 Dec 2020 10:58:12 +0100 Subject: [PATCH] Add hash of webdesign_platform --- eoa.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eoa.rc b/eoa.rc index 07defb1..44df600 100644 --- a/eoa.rc +++ b/eoa.rc @@ -39,6 +39,10 @@ function get_head_hash(){ revision=$(git rev-parse HEAD); echo $part $revision; done + cd $1/webdesign_platform; + revision=$(git rev-parse HEAD); + echo webdesign_platform $revision; + cd $current_dir }