Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
gettor
Commits
3bfa0776
Commit
3bfa0776
authored
Sep 27, 2019
by
Hiro
🏄
Browse files
Fix script
parent
051336ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/update_files
View file @
3bfa0776
...
...
@@ -35,9 +35,9 @@ for row in $(
tr
-d
'",'
)
;
if
[[
$r
=
*
[!
\
]
*
]]
;
then
wget
$r
git fetch
--all
git checkout releases
wget
$r
git add
.
git commit
-m
'[dist ci] commit from CI runner - update with new torbrowser downloads'
diffs
=
$(
git diff origin releases
)
...
...
@@ -47,6 +47,7 @@ for row in $(
git push
-f
--follow-tags
origin releases
fi
git checkout torbrowser-releases
git merge releases
diffs
=
$(
git diff github torbrowser-releases
)
if
[
-z
"
$diffs
"
]
;
then
echo
"No new releases"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment