Skip to content

Commit a16d771

Browse files
committed
move docker exec cmd into other folder
1 parent fac18ab commit a16d771

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integrationTesting/exportGitHash.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
GITHASH=123
12
GITHASH=$GIT_HASH
23
if [ -z "$GITHASH" ]; then
34
echo "-------laeeeeeeeeeeeeq-------------"
4-
git log --pretty=format:'%h' -n 1
5+
GITHASH=$(git log --pretty=format:'%h' -n 1)
56
echo "------laeeqenccddddd----------------"
67
fi;
78
echo "GIT_HASH is" $GITHASH

0 commit comments

Comments
 (0)