Skip to content

Commit b806e09

Browse files
[GR-70591] [GR-70157] Improve labsjdk one-off process.
PullRequest: labsjdk-ce/225
2 parents 8b8ae7b + 4523e66 commit b806e09

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)