mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
commit
1586d8f213
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -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 }}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user