aws-samples / aws-samples/aws-codedeploy-samples
Allow for .yaml extension of appspec
- Ngôn ngữ chính
- Shell
- Star
- 639
- Fork
- 778
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
According to this one:
https://stackoverflow.com/questions/21059124/is-it-yaml-or-yml/21059164
.yaml is the preferred extension to .yml
I think it does make sense that appspec could be appspec.yml AND appspec.yaml. A current codeDeploy task with appspec.yaml instead of appspec.yml fails with:
`The CodeDeploy agent did not find an AppSpec file within the unpacked revision directory at revision-relative path "appspec.yml". The revision was unpacked to directory
....
...
...`
The proper approach should be to allow for the deprecated .yml format but also to allow for .yaml file as that's the recommended extension.
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu bằng cách xem xét các entry point mẫu của CodeDeploy và các tên tệp AppSpec được đề cập trong issue. Kiểm tra nơi tên bắt buộc appspec.yml được ghi trong tài liệu hoặc bị áp đặt, sau đó xác minh rằng cả appspec.yml và appspec.yaml đều được chấp nhận, trong khi định dạng .yml hiện có vẫn tiếp tục hoạt động.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- aws
- Lĩnh vực
- cloud, devops
- Loại issue
- Tính năng
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100