refs #5541 Deploy fix: clone correct zongji branch
gitea/mylogger/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-04-11 14:07:17 +02:00
parent cffd0d62e9
commit 159d30bdb9
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ RUN apt-get update \
WORKDIR /mylogger
COPY package.json package-lock.json ./
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)
ARG BUILD_ID=unknown

View File

@ -1,6 +1,6 @@
{
"name": "mylogger",
"version": "0.1.0",
"version": "0.1.1",
"author": "Verdnatura Levante SL",
"description": "MySQL and MariaDB logger using binary log",
"license": "GPL-3.0",