mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-25 06:21:58 +00:00
perf: 优化 quick_start.sh
This commit is contained in:
parent
f994f5d776
commit
ab07091eb8
2
.github/workflows/release-drafter.yml
vendored
2
.github/workflows/release-drafter.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TAG=$(basename ${GITHUB_REF})
|
TAG=$(basename ${GITHUB_REF})
|
||||||
VERSION=${TAG/v/}
|
VERSION=${TAG/v/}
|
||||||
wget https://raw.githubusercontent.com/jumpserver/installer/v${VERSION}/quick_start.sh
|
wget https://raw.githubusercontent.com/jumpserver/installer/master/quick_start.sh
|
||||||
sed -i "s@Version=.*@Version=v${VERSION}@g" quick_start.sh
|
sed -i "s@Version=.*@Version=v${VERSION}@g" quick_start.sh
|
||||||
echo "::set-output name=TAG::$TAG"
|
echo "::set-output name=TAG::$TAG"
|
||||||
echo "::set-output name=VERSION::$VERSION"
|
echo "::set-output name=VERSION::$VERSION"
|
||||||
|
Loading…
Reference in New Issue
Block a user