Skip to content

Commit 51ced0c

Browse files
committed
fix: add intermediate to core image check.
1 parent 6be23f4 commit 51ced0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab/stage_image_check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ check-core-image:
1818
variables:
1919
PROJECT: "datafed"
2020
COMPONENT: "core"
21-
BUILD_INTERMEDIATE: "FALSE"
21+
BUILD_INTERMEDIATE: "TRUE"
22+
INTERMEDIATE_LAYER_NAME: "build"
2223
WATCHED_PATHS: "docker scripts core common CMakeLists.txt cmake .gitlab-ci.yml"
2324

2425
check-repo-image:

0 commit comments

Comments
 (0)