Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary "ls"
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 2, 2024
1 parent 5f03043 commit 0ccbb7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
"password": "${{ secrets.GH_TOKEN_READ_MICRONAUT }}"
}]
- name: Download the backend JAR
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true && ls target/dependency
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true
- name: Build the Docker image
run: docker build --tag playground-docker:micronaut .
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
"password": "${{ secrets.GH_TOKEN_READ_MICRONAUT }}"
}]
- name: Download the backend JAR
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true && ls target/dependency
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit 0ccbb7b

Please sign in to comment.