From 4d97dcaa933243b177b270439efe14e2ebf6c69d Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 20 Dec 2019 10:26:41 -0500 Subject: [PATCH] remove extraneous apostrophe --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 976afb21d..a34a020a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,4 +203,4 @@ publish: - pip install githubrelease - githubrelease --no-progress --github-token ${GITHUB_CI_USER_ACCESS_TOKEN} release lbryio/lbry-sdk publish ${CI_COMMIT_TAG} - > - curl -X POST -H 'Content-type: application/json' --data '{"text":" There's a new SDK release: https://github.com/lbryio/lbry-sdk/releases/tag/'"${CI_COMMIT_TAG}"'\n'"$(curl -s "https://api.github.com/repos/lbryio/lbry-sdk/releases/tags/${CI_COMMIT_TAG}" | egrep '\w*\"body\":' | cut -d':' -f 2- | tail -c +3 | head -c -2)"'", "channel":"tech"}' "$(echo ${SLACK_WEBHOOK_URL_BASE64} | base64 -d)" \ No newline at end of file + curl -X POST -H 'Content-type: application/json' --data '{"text":" There is a new SDK release: https://github.com/lbryio/lbry-sdk/releases/tag/'"${CI_COMMIT_TAG}"'\n'"$(curl -s "https://api.github.com/repos/lbryio/lbry-sdk/releases/tags/${CI_COMMIT_TAG}" | egrep '\w*\"body\":' | cut -d':' -f 2- | tail -c +3 | head -c -2)"'", "channel":"tech"}' "$(echo ${SLACK_WEBHOOK_URL_BASE64} | base64 -d)"