Skip to content

Commit

Permalink
ci: remove more SVN remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
xry111 committed Apr 7, 2021
1 parent 24de580 commit 1ca9422
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ esac

upload=yes
branch="$(echo $1 | sed 's@^refs/heads/@@')"
svn_branch="trunk/BOOK"

echo "${branch}"

Expand All @@ -27,16 +26,13 @@ case "${branch}" in
*-rc*)
sysv="${branch}"
sysd="$(echo \"${branch}\" | sed 's@-@-systemd-@')"
svn_branch="tags/${branch}"
;;
*)
sysv="${branch}"
sysd="${branch}-systemd"
svn_branch="tags/${branch}"
;;
esac

echo "UPLOAD=${upload}" >> $GITHUB_ENV
echo "SYSV=${sysv}" >> $GITHUB_ENV
echo "SYSD=${sysd}" >> $GITHUB_ENV
echo "SVN_BRANCH=${svn_branch}" >> $GITHUB_ENV

0 comments on commit 1ca9422

Please sign in to comment.