This website requires JavaScript.
Explore
Help
Sign In
stack
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
1
Actions
Releases
1
Wiki
Activity
e3816a2972
gitea
/
.drone
/
logout.sh
4 lines
87 B
Bash
Raw
Normal View
History
Unescape
Escape
.
2020-10-22 09:30:14 +00:00
if
[
"
$SCHEME
"
=
=
"https"
]
.
2020-10-22 09:28:10 +00:00
then
docker
logout
${
REGISTRY_DOMAIN
}
:
${
REGISTRY_PORT
}
fi