Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 3c9dd88

Browse files
bvennamcsantanapr
authored andcommitted
Directory structure updates (#6)
1 parent 6ab598a commit 3c9dd88

File tree

12 files changed

+11
-152
lines changed

12 files changed

+11
-152
lines changed

runtimes/nodejs-8/actions/helloworld.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

runtimes/nodejs-8/manifest.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

runtimes/nodejs/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ packages:
1212
actions:
1313
helloworld:
1414
function: actions/helloworld.js
15+
runtime: nodejs:8

runtimes/php-7.1/actions/helloworld.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

runtimes/php-7.1/manifest.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

runtimes/php/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ packages:
1212
actions:
1313
helloworld:
1414
function: actions/helloworld.php
15+
runtime: php:7.1

runtimes/python-3.6.4/actions/helloworld.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

runtimes/python-3.6.4/manifest.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

runtimes/python/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ packages:
1212
actions:
1313
helloworld:
1414
function: actions/helloworld.py
15+
runtime: python-jessie:3

runtimes/swift-3.1.1/actions/helloworld.swift

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)