Compare commits

..

3 commits

Author SHA1 Message Date
707c2242de Merge pull request '#3' (#7) from #3 into main
Reviewed-on: #7
2025-09-07 17:13:32 +00:00
172a90b2fc
update script #3
All checks were successful
/ publish_password (pull_request) Successful in 7m27s
/ validate_password (pull_request) Successful in 7m23s
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-07 19:02:32 +02:00
ba65a7c359
update readme script #3
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-09-07 19:01:24 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ v1.2.0: Valentin
## release script ## release script
To use the release script it's simple `curl https://gitlab.g3e.fr/h6n/tools/-/raw/main/scripts/release.sh | bash -s - [param list]` To use the release script it's simple `curl https://git.g3e.fr/H6N/tools/raw/branch/main/scripts/release.sh | bash -s - [param list]`
In dev mode you can do `cat ./scripts/release.sh | bash -s - [param list]` In dev mode you can do `cat ./scripts/release.sh | bash -s - [param list]`

View file

@ -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'

View file

@ -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)"