Skip to content

Commit b86b488

Browse files
committed
Remove runtime from no-op buildspec.
Runtimes aren't needed, and the runtimes available depend on the image, so we shouldn't depend on any specific runtime so that we can use the no-op buildspec on any image.
1 parent ada0c09 commit b86b488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildspecs/noop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
version: 0.2
22

33
phases:
4-
install:
5-
runtime-versions:
6-
java: openjdk8
74
build:
85
commands:
96
- echo "No-op."

0 commit comments

Comments
 (0)