We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713d575 commit 89326f9Copy full SHA for 89326f9
buildspec.yml
@@ -7,10 +7,6 @@ batch:
7
buildspec: codebuild/nodejs_latest.yml
8
env:
9
image: aws/codebuild/standard:5.0
10
- - identifier: testNodejs12
11
- buildspec: codebuild/nodejs12.yml
12
- env:
13
- image: aws/codebuild/standard:5.0
14
- identifier: testNodejs14
15
buildspec: codebuild/nodejs14.yml
16
@@ -33,10 +29,6 @@ batch:
33
29
variables:
34
30
PUBLISH_LOCAL: "true"
35
31
36
- - identifier: testVectorsNodejs12
37
- buildspec: codebuild/test_vectors/nodejs12.yml
38
39
40
32
- identifier: testVectorsNodejs14
41
buildspec: codebuild/test_vectors/nodejs14.yml
42
0 commit comments