Skip to content

Commit d7ddb9c

Browse files
feat: pin release v0.0.62 to fetch Skylab Console (#228)
1 parent 9035388 commit d7ddb9c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker/download/juno-source

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ fi
1414
# curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/$COMMIT.tar.gz
1515

1616
# Use a release tag
17-
# TAG=v0.0.48
18-
# SOURCE_FOLDER="juno-${TAG#v}"
19-
# curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/tags/$TAG.tar.gz
17+
TAG=v0.0.62
18+
SOURCE_FOLDER="juno-${TAG#v}"
19+
curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/tags/$TAG.tar.gz
2020

2121
# Use main
22-
BRANCH=main
23-
SOURCE_FOLDER="juno-$BRANCH"
24-
curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/heads/$BRANCH.tar.gz
22+
# BRANCH=main
23+
# SOURCE_FOLDER="juno-$BRANCH"
24+
# curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/heads/$BRANCH.tar.gz
2525

2626
# Use a custom branch
2727
# BRANCH="feat/rquickjs-patch-linx-arm"
@@ -31,6 +31,6 @@ curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/hea
3131
tar -xf "$DIR/juno.tar.gz" -C "$DIR"
3232

3333
# Rename the extracted folder to juno-main if branch is not main
34-
# mv "$DIR/$SOURCE_FOLDER" "$JUNO_MAIN_DIR"
34+
mv "$DIR/$SOURCE_FOLDER" "$JUNO_MAIN_DIR"
3535

3636
echo "juno source downloaded and extracted to $JUNO_MAIN_DIR."

0 commit comments

Comments
 (0)