Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/scripts/publish_layers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ STAGES=('prod', 'sandbox', 'staging')
expected_length=${#AWS_CLI_NODE_VERSIONS[@]}
if [[ ${#LAYER_PATHS[@]} -ne $expected_length ]] || \
[[ ${#LAYERS[@]} -ne $expected_length ]] || \
[[ ${#AVAILABLE_LAYERS[@]} -ne $expected_length ]]; then; then
[[ ${#AVAILABLE_LAYERS[@]} -ne $expected_length ]]; then
echo "ERROR: arguments AWS_CLI_NODE_VERSIONS, LAYER_PATHS, LAYERS, and NODE_VERSIONS must have the same number of entries."
echo "AWS_CLI_NODE_VERSIONS has ${#AWS_CLI_NODE_VERSIONS[@]} entries."
echo "LAYER_PATHS has ${#LAYER_PATHS[@]} entries."
Expand Down
Loading