add js file

This commit is contained in:
“ibrahim0814”
2019-08-06 11:50:22 -07:00
parent 37062e0127
commit 8b22c3537a
3 changed files with 3 additions and 4 deletions

View File

@@ -19,4 +19,5 @@ branding:
icon: 'umbrella' icon: 'umbrella'
runs: runs:
using: 'node12' using: 'node12'
main: 'entrypoint.sh' main: 'main.js'
#plugin: 'checkout'

View File

@@ -1,3 +0,0 @@
#!/bin/sh
echo "Hello World"

1
main.js Normal file
View File

@@ -0,0 +1 @@
console.log('Hello World')