Skip to content

Commit 1476446

Browse files
committed
Change seqware script to https
1 parent 45ccc08 commit 1476446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seqware-pipeline/bin/seqware

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ if [ "$1" = "self-install" ]; then
165165
# for testing, if you have a local release version, just use it
166166
SEQWARE_URL="file:///$HOME/.m2/repository/com/github/seqware/seqware-distribution/$SEQWARE_VERSION/seqware-distribution-$SEQWARE_VERSION-full.jar"
167167
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"
169169
fi
170170

171171
$HTTP_CLIENT "$SEQWARE_JAR.pending" "$SEQWARE_URL"
@@ -193,7 +193,7 @@ elif [ "$1" = "self-check-install" ]; then
193193
# for testing, if you have a local release version, just use it
194194
SEQWARE_URL="file:///$HOME/.m2/repository/com/github/seqware/seqware-sanity-check/$SEQWARE_VERSION/seqware-sanity-check-$SEQWARE_VERSION-jar-paired-with-distribution.jar"
195195
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"
197197
fi
198198

199199
$HTTP_CLIENT "$SEQWARE_CHECK_JAR.pending" "$SEQWARE_URL"

0 commit comments

Comments
 (0)