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
9d9af416
Commit
9d9af416
authored
Aug 31, 2019
by
Hiro
🏄
Browse files
Update update_files
parent
5cc1bf6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/update_files
View file @
9d9af416
...
...
@@ -24,7 +24,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
)
...
...
@@ -33,7 +33,7 @@ for row in $(
else
git push
-f
--follow-tags
origin releases
fi
git checkout
-b
torbrowser-releases
git checkout torbrowser-releases
git merge releases
diffs
=
$(
git diff github/torbrowser-releases
)
if
[
-z
"
$diffs
"
]
;
then
...
...
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