feat: fast ci
This commit is contained in:
17
update.py
17
update.py
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user