mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 17:02:58 +02:00
Update generate-renderer
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Fetch the latest commit hash from the GitHub repo
|
# Fetch the latest commit hash from the GitHub repo
|
||||||
LATEST_COMMIT_HASH=$(git ls-remote https://github.com/roadmapsh/web-draw-v2.git refs/heads/main | awk '{print $1}')
|
LATEST_COMMIT_HASH=$(git ls-remote git@github.com:roadmapsh/web-draw.git refs/heads/main | awk '{print $1}')
|
||||||
|
|
||||||
echo "Latest commit hash: $LATEST_COMMIT_HASH"
|
echo "Latest commit hash: $LATEST_COMMIT_HASH"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user