update script #3
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
ba65a7c359
commit
172a90b2fc
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ exec_with_dry_run () {
|
||||||
|
|
||||||
|
|
||||||
main () {
|
main () {
|
||||||
[[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://gitlab.g3e.fr/h6n/tools/-/raw/main/libs/shflags)"
|
[[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://git.g3e.fr/H6N/tools/raw/branch/main/libs/shflags)"
|
||||||
[[ -f ./.config/gitlab_release ]] && . ./.config/gitlab_release
|
[[ -f ./.config/gitlab_release ]] && . ./.config/gitlab_release
|
||||||
|
|
||||||
DEFINE_string 'artifact_path' '' 'Path of artifact list' 'a'
|
DEFINE_string 'artifact_path' '' 'Path of artifact list' 'a'
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ edit_file () {
|
||||||
}
|
}
|
||||||
|
|
||||||
main () {
|
main () {
|
||||||
[[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://gitlab.g3e.fr/h6n/tools/-/raw/main/libs/shflags)"
|
[[ -f ./libs/shflags ]] && . ./libs/shflags || eval "$(curl --silent https://git.g3e.fr/H6N/tools/raw/branch/main/libs/shflags)"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue