Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelcloud07 committed Jul 4, 2023
1 parent 2ca1c4c commit faa5441
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: sudo yum install git -y

- name: instalar git
run: sudo yum install tar
run: sudo yum install tar -y

- name: Eliminar antes de clonar
run : rm -rf ${{secrets.PATH}}
Expand All @@ -31,12 +31,12 @@ jobs:
- name: Clonar Repositorio
run: git clone https://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@github.com/Samuelcloud07/java-tomcat-maven-example.git ${{secrets.PATH}}

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
# - name: Set up JDK 17
# uses: actions/setup-java@v3
# with:
# java-version: '17'
# distribution: 'temurin'
#cache: maven

- name: Setup Maven Action
uses: s4u/setup-maven-action@v1.8.0
Expand Down

0 comments on commit faa5441

Please sign in to comment.