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 343eaab commit 9afdbab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
sudo apt-get update
sudo apt-get install -y git
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
steps:
- name: Install dependencies
run: |
apt-get update
apt-get install -y git
sudo apt-get update
sudo apt-get install -y git
- uses: actions/checkout@v2

- name: Set up Docker Buildx
Expand Down

0 comments on commit 9afdbab

Please sign in to comment.