From 7ed4028e26e97140ca3e6d6b6a10631ce389636e Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Tue, 4 Jun 2019 16:52:42 -0700 Subject: [PATCH] Added a noop-without-runtimes.yml that can be used from build images other than the standard 2.0. --- buildspecs/noop-without-runtimes.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 buildspecs/noop-without-runtimes.yml diff --git a/buildspecs/noop-without-runtimes.yml b/buildspecs/noop-without-runtimes.yml new file mode 100644 index 000000000000..3e35894b5f66 --- /dev/null +++ b/buildspecs/noop-without-runtimes.yml @@ -0,0 +1,6 @@ +version: 0.2 + +phases: + build: + commands: + - echo "No-op."