File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11on :
22 schedule :
3- - cron : ' 0 1 * * *'
3+ - cron : " 0 1 * * *"
44 push :
55 branches :
66 - dev
4040 echo "Branch does not exist, will create new one."
4141 echo "branch_exists=false" >> $GITHUB_ENV
4242 fi
43-
43+
4444 - name : Checkout existing branch or create new one
4545 run : |
4646 if [ "$branch_exists" == "true" ]; then
5454 version=$(curl -s https://api.github.com/repos/jumpserver/clients/releases/latest | jq -r .tag_name)
5555 sed -i "s/Client_VERSION=.*/Client_VERSION=${version}/g" versions.txt
5656
57- - name : Check player version
58- run : |
59- version=$(curl -s https://api.github.com/repos/jumpserver/VideoPlayer/releases/latest | jq -r .tag_name | sed 's/v//')
60- echo "version=${version}" >> $GITHUB_ENV
61- sed -i "s/VIDEO_PLAYER_VERSION=.*/VIDEO_PLAYER_VERSION=${version}/g" versions.txt
62-
6357 - name : Check tinker version
6458 run : |
6559 version=$(curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/repos/jumpserver/tinker/releases/latest | jq -r .tag_name)
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ wget ${DOWNLOAD_URL}/public/Tinker_Installer_${TINKER_VERSION}.exe
3434mkdir -p ${DOWNLOAD_DIR} /public
3535cd ${DOWNLOAD_DIR} /public || exit 1
3636# wget ${DOWNLOAD_URL}/public/Microsoft_Remote_Desktop_${MRD_VERSION}_installer.pkg
37- # wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.dmg
38- # wget https://github.com/jumpserver/VideoPlayer/releases/download/v${VIDEO_PLAYER_VERSION}/JumpServerVideoPlayer-${VIDEO_PLAYER_VERSION}.exe
3937wget https://github.com/PowerShell/Win32-OpenSSH/releases/download/${OPENSSH_VERSION} p1-Beta/OpenSSH-Win64-${OPENSSH_VERSION} .msi
4038
4139clients=(
Original file line number Diff line number Diff line change @@ -11,6 +11,5 @@ OPENSSH_VERSION=v9.4.0.0
1111MONGOSH_VERSION=2.2.12
1212TINKER_VERSION=v0.2.3
1313
14- VIDEO_PLAYER_VERSION=0.5.2
15- CLIENT_VERSION=4.1.3
16- CLIENT_NAME=OSM
14+ CLIENT_VERSION=4.1.5
15+ CLIENT_NAME=JumpServer
You can’t perform that action at this time.
0 commit comments