feat: fast ci

This commit is contained in:
Yoshino-s
2023-06-06 00:39:18 +08:00
parent c276b9549e
commit 706e698fdc
4 changed files with 32 additions and 55 deletions

View File

@@ -20,19 +20,4 @@ except:
update_tags = set(tags) - set(local_tags)
print("""\
include: '/gci-templates/.gitlab-ci.yml'
stages:
- build
""")
for tag in update_tags:
print(f"""\
build-{tag}:
stage: build
extends: .kaniko
variables:
VERSION: {tag}
""")
print(' '.join(update_tags))