Skip to content

Commit 7ed4028

Browse files
committed
Added a noop-without-runtimes.yml that can be used from build images other than the standard 2.0.
1 parent ea11b52 commit 7ed4028

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildspecs/noop-without-runtimes.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 0.2
2+
3+
phases:
4+
build:
5+
commands:
6+
- echo "No-op."

0 commit comments

Comments
 (0)