Skip to content

Commit

Permalink
Update LK URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Dec 11, 2024
1 parent 7a3303d commit 02922bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/installLabkeyBase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ isGzOrZip() {
#first download
GZ=Temp-${ARTIFACT}-${DATE}-discvr.tar.gz
rm -Rf $GZ
wget --no-check-certificate -O $GZ https://${TEAMCITY_USERNAME}@teamcity.labkey.org/repository/download/${TC_PROJECT}/.lastSuccessful/prime-seq/${ARTIFACT}-{build.number}-prime-seq-embedded.tar.gz
wget --no-check-certificate -O $GZ https://${TEAMCITY_USERNAME}@teamcity.labkey.org/repository/download/${TC_PROJECT}/.lastSuccessful/prime_seq/${ARTIFACT}-{build.number}-prime_seq.tar.gz
isGzOrZip $GZ

#extract, find name
Expand Down

0 comments on commit 02922bb

Please sign in to comment.