File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ if [ "$1" = "self-install" ]; then
165
165
# for testing, if you have a local release version, just use it
166
166
SEQWARE_URL=" file:///$HOME /.m2/repository/com/github/seqware/seqware-distribution/$SEQWARE_VERSION /seqware-distribution-$SEQWARE_VERSION -full.jar"
167
167
else
168
- SEQWARE_URL=" http ://wrench.res .oicr.on.ca/artifactory/seqware-release/com/github/seqware/seqware-distribution/$SEQWARE_VERSION /seqware-distribution-$SEQWARE_VERSION -full.jar"
168
+ SEQWARE_URL=" https ://seqwaremaven .oicr.on.ca/artifactory/seqware-release/com/github/seqware/seqware-distribution/$SEQWARE_VERSION /seqware-distribution-$SEQWARE_VERSION -full.jar"
169
169
fi
170
170
171
171
$HTTP_CLIENT " $SEQWARE_JAR .pending" " $SEQWARE_URL "
@@ -193,7 +193,7 @@ elif [ "$1" = "self-check-install" ]; then
193
193
# for testing, if you have a local release version, just use it
194
194
SEQWARE_URL=" file:///$HOME /.m2/repository/com/github/seqware/seqware-sanity-check/$SEQWARE_VERSION /seqware-sanity-check-$SEQWARE_VERSION -jar-paired-with-distribution.jar"
195
195
else
196
- SEQWARE_URL=" http ://wrench.res .oicr.on.ca/artifactory/seqware-release/com/github/seqware/seqware-sanity-check/$SEQWARE_VERSION /seqware-sanity-check-$SEQWARE_VERSION -jar-paired-with-distribution.jar"
196
+ SEQWARE_URL=" https ://seqwaremaven .oicr.on.ca/artifactory/seqware-release/com/github/seqware/seqware-sanity-check/$SEQWARE_VERSION /seqware-sanity-check-$SEQWARE_VERSION -jar-paired-with-distribution.jar"
197
197
fi
198
198
199
199
$HTTP_CLIENT " $SEQWARE_CHECK_JAR .pending" " $SEQWARE_URL "
You can’t perform that action at this time.
0 commit comments