From fcb3058ed2abff2a4fd74c1d065b932455246c3d Mon Sep 17 00:00:00 2001 From: Andreas Heim Date: Wed, 5 Jun 2019 15:21:42 -0400 Subject: [PATCH] Accidentally commented out something important :-/ --- github-deploy/bin/deployment-create-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-deploy/bin/deployment-create-status b/github-deploy/bin/deployment-create-status index 3eb005b..fa8ba97 100755 --- a/github-deploy/bin/deployment-create-status +++ b/github-deploy/bin/deployment-create-status @@ -9,7 +9,7 @@ # BASEDIR=$(dirname "$0") -#DEPLOYMENT_ID=$("${BASEDIR}"/deployment-get-id) +DEPLOYMENT_ID=$("${BASEDIR}"/deployment-get-id) GITHUB_URL="https://github.com" GITHUB_API_URL="https://api.github.com"