mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 12:48:58 +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
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 11.0.3, 11 ]
|
||||
java-version: [ 8, 11 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK ${{ matrix.java-version }}
|
||||
|
@ -5,7 +5,7 @@ MAINTAINER lengleng(wangiegie@gmail.com)
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
m
|
||||
|
||||
COPY ./pig.sql /docker-entrypoint-initdb.d
|
||||
|
||||
COPY ./pig_codegen.sql /docker-entrypoint-initdb.d
|
||||
|
Loading…
Reference in New Issue
Block a user