mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
Update maven.yml
This commit is contained in:
parent
cdc4ccafc4
commit
91fdbeeaf6
1 changed files with 6 additions and 6 deletions
12
.github/workflows/maven.yml
vendored
12
.github/workflows/maven.yml
vendored
|
@ -55,12 +55,12 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-maven-
|
${{ runner.os }}-maven-
|
||||||
|
|
||||||
- name: Setup Java and Build
|
#- name: Setup Java and Build
|
||||||
uses: actions/setup-java@v2
|
# uses: actions/setup-java@v2
|
||||||
with:
|
# with:
|
||||||
distribution: 'adopt'
|
# distribution: 'adopt'
|
||||||
java-version: 8
|
# java-version: 8
|
||||||
- run: mvn -B install --no-transfer-progress --file pom.xml
|
#- run: mvn -B install --no-transfer-progress --file pom.xml
|
||||||
|
|
||||||
#- name: Set App Name
|
#- name: Set App Name
|
||||||
#run: 'echo "::set-env name=IMG_NAME::$(echo ${REGISTRY})/$(echo ${USERNAME})/$(echo ${IMG_NAME})"'
|
#run: 'echo "::set-env name=IMG_NAME::$(echo ${REGISTRY})/$(echo ${USERNAME})/$(echo ${IMG_NAME})"'
|
||||||
|
|
Loading…
Reference in a new issue