This commit is contained in:
2024-12-30 08:39:45 +01:00
parent 7894f7d420
commit 523a58cfec
104 changed files with 191 additions and 185 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S v -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.develop.gittools
import freeflowuniverse.herolib.osal
@@ -101,4 +101,4 @@ repo.push(push_tag: true) or {
println('Check if the created tag exists...')
repo.is_tag_exists(tag_name: tag_name) or {
println("Tag isn't exists.")
}
}