!170 参与开发fpj

Merge pull request !170 from fpj/master
This commit is contained in:
lengleng 2021-10-27 02:18:20 +00:00 committed by Gitee
commit 1586d8f213
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
java-version: [ 11.0.3, 11 ] java-version: [ 8, 11 ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }} - name: Set up JDK ${{ matrix.java-version }}

View File

@ -5,7 +5,7 @@ MAINTAINER lengleng(wangiegie@gmail.com)
ENV TZ=Asia/Shanghai ENV TZ=Asia/Shanghai
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
m
COPY ./pig.sql /docker-entrypoint-initdb.d COPY ./pig.sql /docker-entrypoint-initdb.d
COPY ./pig_codegen.sql /docker-entrypoint-initdb.d COPY ./pig_codegen.sql /docker-entrypoint-initdb.d