mirror of
https://github.com/informaticker/uek-109-LBb.git
synced 2024-11-22 01:31:58 +01:00
Fixed username in deploy script
This commit is contained in:
parent
0adaa3e1ee
commit
5d107ae2ca
@ -2,8 +2,8 @@
|
|||||||
# IMPORTANT!!
|
# IMPORTANT!!
|
||||||
# Change this to your github username.
|
# Change this to your github username.
|
||||||
# (lowercase or else docker will complain)
|
# (lowercase or else docker will complain)
|
||||||
GITHUB_USERNAME="informaticker"
|
#GITHUB_USERNAME="informaticker"
|
||||||
#GITHUB_USERNAME="your_github_username"
|
GITHUB_USERNAME="your_github_username"
|
||||||
VERSION="v1"
|
VERSION="v1"
|
||||||
show_progress() {
|
show_progress() {
|
||||||
local current=$1
|
local current=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user