Skip to content

Commit a7c1dbe

Browse files
committed
Test CodeBuild trigger
1 parent 9f7e1a0 commit a7c1dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildspec.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ version: 0.1
22
phases:
33
install:
44
commands:
5-
- cd test && npm install
5+
- mkdir -p test/service/node_modules/serverless-plugin-additional-stacks && cp index.js package.json README.md test/service/node_modules/serverless-plugin-additional-stacks/
66
- echo "CURRENT STATUS" && pwd && ls -l test/service/node_modules
7+
- cd test && npm install
78
build:
89
commands:
910
- cd test && npm test

0 commit comments

Comments
 (0)