Skip to content

Commit 98aa032

Browse files
chore: fix typo
1 parent 1af7fef commit 98aa032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ check layer size ({{ $flavor.name }}):
120120
MAX_LAYER_COMPRESSED_SIZE_MB: {{ $flavor.max_layer_compressed_size_mb }}
121121
MAX_LAYER_UNCOMPRESSED_SIZE_MB: {{ $flavor.max_layer_uncompressed_size_mb }}
122122
script:
123-
- .gitlab/scripts/check_layer_size.s
123+
- .gitlab/scripts/check_layer_size.sh
124124
125125
{{ end }} # end max_layer_compressed_size_mb
126126

0 commit comments

Comments
 (0)