Skip to content

Commit 00b23a2

Browse files
committed
Cleanup CodeBuild buildspec
1 parent a7c1dbe commit 00b23a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildspec.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ phases:
33
install:
44
commands:
55
- 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/
6-
- echo "CURRENT STATUS" && pwd && ls -l test/service/node_modules
76
- cd test && npm install
87
build:
98
commands:

0 commit comments

Comments
 (0)