Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhu256 committed Jul 6, 2023
1 parent f1915e2 commit f2ba30f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jslint_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,7 @@ shGithubCheckoutRemote() {(set -e
rm -rf __tmp1
git reset "origin/$GITHUB_REF_NAME" --hard
# fetch jslint_ci.sh from trusted source
git branch -D __tmp1 &>/dev/null || true
shGitCmdWithGithubToken fetch origin alpha:__tmp1 --depth=1
shGitCmdWithGithubToken fetch origin alpha:__tmp1 --depth=1 -f
for FILE in .ci.sh .ci2.sh jslint_ci.sh myci2.sh
do
if [ -f "$FILE" ]
Expand Down

0 comments on commit f2ba30f

Please sign in to comment.