Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Infra
CI Jobs
Official Devices Validator
Commits
d7e7e1aa
Commit
d7e7e1aa
authored
Nov 07, 2020
by
José Henrique
Browse files
Fix url on pushToGit
parent
eb452680
Changes
1
Hide whitespace changes
Inline
Side-by-side
runner.sh
View file @
d7e7e1aa
...
...
@@ -81,11 +81,11 @@ function pushToGit() {
${
GIT_CMD
}
push origin master
RESULT
=
$?
if
[
"
$RESULT
"
-eq
0
]
;
then
message
=
"Pushed to https://github.com/PixelExperience/official_devices
.
"
message
=
"Pushed to https://github.com/PixelExperience/official_devices"
echo
-e
"
$message
"
sendTG
"
$message
"
else
message
=
"Failed to push to https://github.com/PixelExperience/official_devices
.
"
message
=
"Failed to push to https://github.com/PixelExperience/official_devices"
echo
-e
"
$message
"
sendTG
"
$message
"
exit
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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