Skip to content

Commit 02929d8

Browse files
committed
Remove debug traces
1 parent c805c7e commit 02929d8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/basket-api.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,15 @@ jobs:
6060
shell: bash
6161

6262
- name: Compose build ${{ env.SERVICES }}
63-
run: |
64-
sudo -E docker-compose build ${{ env.SERVICES }}
65-
docker images
63+
run: sudo -E docker-compose build ${{ env.SERVICES }}
6664
working-directory: ./src
6765
shell: bash
6866
env:
6967
TAG: ${{ env.BRANCH }}
7068
REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
7169

7270
- name: Compose push ${{ env.SERVICES }}
73-
run: |
74-
docker images
75-
sudo -E docker-compose push ${{ env.SERVICES }}
71+
run: sudo -E docker-compose push ${{ env.SERVICES }}
7672
working-directory: ./src
7773
shell: bash
7874
env:

0 commit comments

Comments
 (0)