Skip to content

Commit 4523e66

Browse files
simplify one-off building process
1 parent 8b8ae7b commit 4523e66

File tree

4 files changed

+843
-409
lines changed

4 files changed

+843
-409
lines changed

.ci/check_devkit_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from os.path import dirname, join
3737

3838
repo_dir = dirname(dirname(__file__))
39-
ci_jsonnet_path = join(repo_dir, 'ci.jsonnet')
39+
ci_jsonnet_path = join(repo_dir, '.ci/ci.jsonnet')
4040
jib_profiles_path = join(repo_dir, 'make', 'conf', 'jib-profiles.js')
4141

4242
def load_jib_devkits():

0 commit comments

Comments
 (0)