Update git.sh

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-07-17 13:42:58 +10:00 committed by GitHub
parent 2552f24abb
commit e5666ad7d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,6 @@ cp -r manifests/workspace/* "$GIT"
cd "$GIT"
git add .
git commit -m 'Update to workspace'
git rev-parse HEAD
)
COMMIT_HASH="$(cd "$GIT" && git rev-parse HEAD)"