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
efa32fa1
Commit
efa32fa1
authored
Sep 27, 2019
by
Hiro
🏄
Browse files
Fix script
parent
3bfa0776
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/update_files
View file @
efa32fa1
...
...
@@ -40,7 +40,7 @@ for row in $(
wget
$r
git add
.
git commit
-m
'[dist ci] commit from CI runner - update with new torbrowser downloads'
diffs
=
$(
git diff origin
releases
)
diffs
=
$(
git diff origin
/
releases
)
if
[
-z
"
$diffs
"
]
;
then
echo
"No new releases"
else
...
...
@@ -48,7 +48,7 @@ for row in $(
fi
git checkout torbrowser-releases
git merge releases
diffs
=
$(
git diff github
torbrowser-releases
)
diffs
=
$(
git diff github
/
torbrowser-releases
)
if
[
-z
"
$diffs
"
]
;
then
echo
"No new releases"
else
...
...
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