File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,6 @@ function main {
110
110
helpAndExit 1
111
111
fi
112
112
113
- if [[ -z " $debug " && (-z " $encrypted_57343c8b243e_key " || -z " $encrypted_57343c8b243e_iv " ) ]]; then
114
- echo " you are not travis or travis does not have the correct encryption key and iv" >&2
115
- exit 1
116
- fi
117
113
118
114
if [[ " $TRAVIS_REPO_SLUG " != " $reqRepo " ]]; then
119
115
echo " Skipping release to sonatype because this repo's name does not match with: $reqRepo "
@@ -125,6 +121,11 @@ function main {
125
121
exit 0
126
122
fi
127
123
124
+ if [[ -z " $debug " && (-z " $encrypted_57343c8b243e_key " || -z " $encrypted_57343c8b243e_iv " ) ]]; then
125
+ echo " you are not travis or travis does not have the correct encryption key and iv" >&2
126
+ exit 1
127
+ fi
128
+
128
129
if [[ " $TRAVIS_TAG " =~ ^v[0-9]+\. [0-9]+\. [0-9]+$ ]]; then
129
130
local parent_dir=" $1 "
130
131
local profile=" release"
You can’t perform that action at this time.
0 commit comments