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 14dd48a commit 3d143f9Copy full SHA for 3d143f9
codebuild/release/prod-release.yml
@@ -9,7 +9,7 @@ batch:
9
- identifier: testNodejsLatest
10
buildspec: codebuild/nodejs_latest.yml
11
env:
12
- image: aws/codebuild/standard:5.0
+ image: aws/codebuild/standard:6.0
13
14
# Test publishing to local Verdaccio server
15
- identifier: test_publish
@@ -19,7 +19,7 @@ batch:
19
20
variables:
21
CI: "true"
22
23
24
# Version the project and push git commits and tags
25
- identifier: version
@@ -42,5 +42,5 @@ batch:
42
43
44
CI: "false"
45
46
0 commit comments