Skip to content

Commit

Permalink
Add hash of webdesign_platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Dec 17, 2020
1 parent 6b4bdb3 commit 4747bb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eoa.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 4747bb5

Please sign in to comment.