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 20a3650 commit 35cbe63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y git
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .git folder
run: |
git fetch --tags origin
Expand Down Expand Up @@ -53,6 +55,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y git
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .git folder
run: |
git fetch --tags origin
Expand Down

0 comments on commit 35cbe63

Please sign in to comment.