We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004d82e commit b377278Copy full SHA for b377278
.devcontainer/refreshTools.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
WORKSPACE_DIR="/workspaces/spark-template"
6
-LATEST_RELEASE=$(curl -s https://api.github.com/repos/github/spark-template/releases/latest)
+LATEST_RELEASE=$(curl -s https://api.github.com/repos/github/spark-template/releases/tags/v0.41.27)
7
RELEASE_ID=$(echo "$LATEST_RELEASE" | jq -r '.id')
8
9
@@ -17,4 +17,4 @@ curl -L -o "$TEMP_DIR/dist.zip" -H "Accept: application/octet-stream" "$DOWNLOAD
17
unzip -o "$TEMP_DIR/dist.zip" -d "$TEMP_DIR"
18
rm "$TEMP_DIR/dist.zip"
19
20
-echo "$RELEASE_ID"
+echo "$RELEASE_ID"
0 commit comments