Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 89326f9

Browse files
committedFeb 17, 2023
m
1 parent 713d575 commit 89326f9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎buildspec.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ batch:
77
buildspec: codebuild/nodejs_latest.yml
88
env:
99
image: aws/codebuild/standard:5.0
10-
- identifier: testNodejs12
11-
buildspec: codebuild/nodejs12.yml
12-
env:
13-
image: aws/codebuild/standard:5.0
1410
- identifier: testNodejs14
1511
buildspec: codebuild/nodejs14.yml
1612
env:
@@ -33,10 +29,6 @@ batch:
3329
variables:
3430
PUBLISH_LOCAL: "true"
3531
image: aws/codebuild/standard:5.0
36-
- identifier: testVectorsNodejs12
37-
buildspec: codebuild/test_vectors/nodejs12.yml
38-
env:
39-
image: aws/codebuild/standard:5.0
4032
- identifier: testVectorsNodejs14
4133
buildspec: codebuild/test_vectors/nodejs14.yml
4234
env:

0 commit comments

Comments
 (0)
Please sign in to comment.