We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba9077 commit fd71666Copy full SHA for fd71666
1 file changed
build-and-deploy-if-version-tag.sh
@@ -1,12 +1,5 @@
1
#!/bin/bash -e
2
3
-# check requirements for publication to JetBrains repo
4
-echo "###############################"
5
-echo "## $(which curl)"
6
-echo "## ${JETBRAINS_USER}"
7
8
-
9
10
readonly VERSION_TO_RELEASE=$(git tag -l --contains HEAD | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+' | sed 's/v\(.*\)/\1/')
11
12
if [[ -n "${VERSION_TO_RELEASE}" ]]; then
0 commit comments