Skip to content

Commit

Permalink
fix: github actions and Jenkinsfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
ssthom committed Nov 13, 2024
1 parent 35cbe63 commit ddfa2eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .git folder
run: |
git fetch --tags origin
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -57,9 +54,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .git folder
run: |
git fetch --tags origin
- name: Set up Docker Buildx
uses: docker/[email protected]

Expand Down

0 comments on commit ddfa2eb

Please sign in to comment.