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
404786b4
Commit
404786b4
authored
Sep 27, 2019
by
Hiro
🏄
Browse files
Fix script
parent
efaf79de
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/update_files
View file @
404786b4
...
...
@@ -37,7 +37,7 @@ for row in $(
if
[[
$r
=
*
[!
\
]
*
]]
;
then
wget
$r
git fetch
--all
git checkout
-b
releases
git checkout releases
git add
.
git commit
-m
'[dist ci] commit from CI runner - update with new torbrowser downloads'
diffs
=
$(
git diff origin releases
)
...
...
@@ -46,7 +46,7 @@ for row in $(
else
git push
-f
--follow-tags
origin releases
fi
git checkout
-b
torbrowser-releases
git checkout torbrowser-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