Commit f6ba8bd6 authored by lixiaofang's avatar lixiaofang

Merge branch 'test' of git.wanmeizhensuo.com:rank/mentha into test

parents 2e497390 30aa78d8
......@@ -43,13 +43,13 @@ RUN apk add --no-cache --virtual .build-deps \
&& apk add --no-cache mariadb-connector-c-dev libxml2-dev libxslt-dev librdkafka-dev \
&& pip install --no-cache-dir -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r /tmp/requirements.txt \
&& mkdir -p /tmp/video_convert \
&& mkdir -p /data/log/mimas/app
&& mkdir -p /data/log/mentha/app
ENV GM_RPCD_DEPLOY_CONF_PATH "/srv/apps/mimas/deploy_prod.xml"
ENV GM_RPCD_DEPLOY_CONF_PATH "/srv/apps/mentha/deploy_prod.xml"
COPY . /srv/apps/mimas/
COPY . /srv/apps/mentha/
WORKDIR /srv/apps/mimas/
WORKDIR /srv/apps/mentha/
RUN cat requirements.txt | grep master > /tmp/gm-requirements.txt \
&& pip install --no-deps --upgrade -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r /tmp/gm-requirements.txt \
......
......@@ -20,7 +20,7 @@ pipeline {
// Image Tag branch.time.hash
TAG = dockerTag()
// Image Full Tag
IMAGE = "${DOCKER_REGISTRY}/gm-backend/mimas:$TAG"
IMAGE = "${DOCKER_REGISTRY}/gm-backend/mentha:$TAG"
}
stages {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment