nit autoscaling
This commit is contained in:
@@ -1 +1 @@
|
||||
0ad09326e5cdaf098e189893a14388db02266c0e
|
||||
5bb4a7ce8660effc14b4ab96b17ff11f4048bfe9
|
||||
16
backend/write_latest_ee_ref.sh
Executable file
16
backend/write_latest_ee_ref.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Navigate to the target directory
|
||||
cd ../../windmill-ee-private || { echo "Directory not found"; exit 1; }
|
||||
|
||||
# Get the current commit hash
|
||||
commit_hash=$(git rev-parse HEAD)
|
||||
|
||||
# Navigate back to the original directory
|
||||
cd - || exit
|
||||
|
||||
# Write the commit hash to ./ee-repo-ref.txt
|
||||
echo -n "$commit_hash" > ./ee-repo-ref.txt
|
||||
|
||||
# Confirmation message
|
||||
echo "Commit hash $commit_hash written to ee-repo-ref.txt"
|
||||
Reference in New Issue
Block a user