We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af7fef commit 98aa032Copy full SHA for 98aa032
1 file changed
.gitlab/templates/pipeline.yaml.tpl
@@ -120,7 +120,7 @@ check layer size ({{ $flavor.name }}):
120
MAX_LAYER_COMPRESSED_SIZE_MB: {{ $flavor.max_layer_compressed_size_mb }}
121
MAX_LAYER_UNCOMPRESSED_SIZE_MB: {{ $flavor.max_layer_uncompressed_size_mb }}
122
script:
123
- - .gitlab/scripts/check_layer_size.s
+ - .gitlab/scripts/check_layer_size.sh
124
125
{{ end }} # end max_layer_compressed_size_mb
126
0 commit comments