Skip to content

Commit 6be8ff6

Browse files
committed
Remove boot script's verbosity
1 parent 2e130db commit 6be8ff6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.4"
22

33
[buildpack]
44
id = "fagiani/static"
5-
version = "0.0.1"
5+
version = "0.0.2"
66
name = "CNB Static Buildpack"
77
homepage = "https://github.com/fagiani/static-buildpack"
88
description = "Serves static content with nginx"

scripts/boot

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash -e
22

3-
set -x
43
set -o pipefail
54

65
HERE=$(dirname "$0")

0 commit comments

Comments
 (0)