File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
npm config set unsafe-perm true && \
21
21
echo "**** install the lounge irc ****" && \
22
22
if [ -z ${THELOUNGE_VERSION+x} ]; then \
23
- THELOUNGE_VERSION=$(curl -sL https://skimdb .npmjs.com/registry/thelounge \
23
+ THELOUNGE_VERSION=$(curl -sL https://replicate .npmjs.com/registry/thelounge \
24
24
|jq -r '. | .["dist-tags"].latest' ); \
25
25
fi && \
26
26
mkdir -p \
Original file line number Diff line number Diff line change 26
26
npm config set unsafe-perm true && \
27
27
echo "**** install the lounge irc ****" && \
28
28
if [ -z ${THELOUNGE_VERSION+x} ]; then \
29
- THELOUNGE_VERSION=$(curl -sL https://skimdb .npmjs.com/registry/thelounge \
29
+ THELOUNGE_VERSION=$(curl -sL https://replicate .npmjs.com/registry/thelounge \
30
30
|jq -r '. | .["dist-tags"].latest'); \
31
31
fi && \
32
32
mkdir -p \
Original file line number Diff line number Diff line change 26
26
npm config set unsafe-perm true && \
27
27
echo "**** install the lounge irc ****" && \
28
28
if [ -z ${THELOUNGE_VERSION+x} ]; then \
29
- THELOUNGE_VERSION=$(curl -sL https://skimdb .npmjs.com/registry/thelounge \
29
+ THELOUNGE_VERSION=$(curl -sL https://replicate .npmjs.com/registry/thelounge \
30
30
|jq -r '. | .["dist-tags"].latest'); \
31
31
fi && \
32
32
mkdir -p \
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ pipeline {
105
105
steps{
106
106
script{
107
107
env. EXT_RELEASE = sh(
108
- script : ''' curl -sL https://skimdb .npmjs.com/registry/${EXT_NPM} |jq -r '. | .["dist-tags"].latest' ''' ,
108
+ script : ''' curl -sL https://replicate .npmjs.com/registry/${EXT_NPM} |jq -r '. | .["dist-tags"].latest' ''' ,
109
109
returnStdout : true ). trim()
110
110
env. RELEASE_LINK = ' https://www.npmjs.com/package/' + env. EXT_NPM
111
111
}
You can’t perform that action at this time.
0 commit comments