Skip to content

Commit fd71666

Browse files
committed
Revert "Deployment: check requirements for publication to JetBrains repo"
This reverts commit 1ba9077.
1 parent 1ba9077 commit fd71666

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

build-and-deploy-if-version-tag.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#!/bin/bash -e
22

3-
# check requirements for publication to JetBrains repo
4-
echo "###############################"
5-
echo "## $(which curl)"
6-
echo "## ${JETBRAINS_USER}"
7-
echo "###############################"
8-
9-
103
readonly VERSION_TO_RELEASE=$(git tag -l --contains HEAD | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+' | sed 's/v\(.*\)/\1/')
114

125
if [[ -n "${VERSION_TO_RELEASE}" ]]; then

0 commit comments

Comments
 (0)