Skip to content

Commit 0ed64b6

Browse files
committed
Remove debugging commands
1 parent 6be8ff6 commit 0ed64b6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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.2"
5+
version = "0.0.3"
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ case $(ulimit -u) in
1616
esac
1717

1818
"${HERE}/config/make-config" $(dirname "${HERE}")
19-
ls -lsa $(dirname "${HERE}")/config
2019
# Create .htpasswd if BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD are provided
2120
"${HERE}/config/make-htpasswd"
22-
cat /layers/fagiani_static/nginx/config/nginx.conf
2321
# make a shared pipe; we'll write the name of the process that exits to it once
2422
# that happens, and wait for that event below this particular call works on
2523
# Linux and Mac OS (will create a literal ".XXXXXX" on Mac, but that doesn't

0 commit comments

Comments
 (0)