Skip to content

Commit d46d4cf

Browse files
committed
Add runtime to no-op buildspec for testing of new build image.
1 parent 8a7f1f2 commit d46d4cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspecs/noop.yml

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

33
phases:
4+
install:
5+
runtime-versions:
6+
java: openjdk8
47
build:
58
commands:
69
- echo "No-op."

0 commit comments

Comments
 (0)