Take back the cat

This commit is contained in:
Ole Christian Langfjæran
2019-01-10 12:36:33 +01:00
parent 1d96a59540
commit f216b50dfa
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
BASEDIR=$(dirname "$0")
cmd "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","environment"]' | cut -f2 | sed -e 's/^"//' -e 's/"$//'
cat "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","environment"]' | cut -f2 | sed -e 's/^"//' -e 's/"$//'

View File

@@ -2,4 +2,4 @@
BASEDIR=$(dirname "$0")
cmd "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","id"]' | cut -f2
cat "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","id"]' | cut -f2