refs #5541 Deploy fix: clone correct zongji branch
gitea/mylogger/pipeline/head This commit looks good
Details
gitea/mylogger/pipeline/head This commit looks good
Details
This commit is contained in:
parent
cffd0d62e9
commit
159d30bdb9
|
@ -20,7 +20,7 @@ RUN apt-get update \
|
||||||
WORKDIR /mylogger
|
WORKDIR /mylogger
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm install --only=prod \
|
RUN npm install --only=prod \
|
||||||
&& git clone https://github.com/juan-ferrer-toribio/zongji.git \
|
&& git clone --depth 1 --branch fix-143 https://github.com/juan-ferrer-toribio/zongji.git \
|
||||||
&& (cd zongji && npm install --only=prod)
|
&& (cd zongji && npm install --only=prod)
|
||||||
|
|
||||||
ARG BUILD_ID=unknown
|
ARG BUILD_ID=unknown
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mylogger",
|
"name": "mylogger",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"author": "Verdnatura Levante SL",
|
"author": "Verdnatura Levante SL",
|
||||||
"description": "MySQL and MariaDB logger using binary log",
|
"description": "MySQL and MariaDB logger using binary log",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
Loading…
Reference in New Issue