File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed
Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ S2N_FILES=$(find "$PWD" -type f -name "s2n_*.[ch]")
1919S2N_FILES+=" "
2020S2N_FILES+=$( find " $PWD " /codebuild/ -type f -name " *.sh" )
2121S2N_FILES+=" "
22+ S2N_FILES+=$( find " $PWD " /codebuild/ -type f -name " *.yml" )
23+ S2N_FILES+=" "
2224S2N_FILES+=$( find " $PWD " /tests/ -type f -name " *.sh" )
2325S2N_FILES+=" "
2426S2N_FILES+=$( find " $PWD " /tests/integrationv2 -type f -name " *.py" )
Original file line number Diff line number Diff line change 11---
2+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5+ # this file except in compliance with the License. A copy of the License is
6+ # located at
7+ #
8+ # http://aws.amazon.com/apache2.0/
9+ #
10+ # or in the "license" file accompanying this file. This file is distributed on an
11+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12+ # implied. See the License for the specific language governing permissions and
13+ # limitations under the License.
14+
215# This is designed to work with CodeBuild's reserved instances fleet and curated Ec2 AMI for AL2023.
316version : 0.2
417env :
Original file line number Diff line number Diff line change 1+ ---
2+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ #
4+ # Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5+ # this file except in compliance with the License. A copy of the License is
6+ # located at
7+ #
8+ # http://aws.amazon.com/apache2.0/
9+ #
10+ # or in the "license" file accompanying this file. This file is distributed on an
11+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12+ # implied. See the License for the specific language governing permissions and
13+ # limitations under the License.
114version : 0.2
215
316env :
You can’t perform that action at this time.
0 commit comments