Browse Source

Remove debug traces

pull/1565/head
David Sanz 4 years ago
parent
commit
02929d8acf
1 changed files with 2 additions and 6 deletions
  1. +2
    -6
      .github/workflows/basket-api.yml

+ 2
- 6
.github/workflows/basket-api.yml View File

@ -60,9 +60,7 @@ jobs:
shell: bash shell: bash
- name: Compose build ${{ env.SERVICES }} - name: Compose build ${{ env.SERVICES }}
run: |
sudo -E docker-compose build ${{ env.SERVICES }}
docker images
run: sudo -E docker-compose build ${{ env.SERVICES }}
working-directory: ./src working-directory: ./src
shell: bash shell: bash
env: env:
@ -70,9 +68,7 @@ jobs:
REGISTRY: ${{ env.REGISTRY_ENDPOINT }} REGISTRY: ${{ env.REGISTRY_ENDPOINT }}
- name: Compose push ${{ env.SERVICES }} - name: Compose push ${{ env.SERVICES }}
run: |
docker images
sudo -E docker-compose push ${{ env.SERVICES }}
run: sudo -E docker-compose push ${{ env.SERVICES }}
working-directory: ./src working-directory: ./src
shell: bash shell: bash
env: env:


Loading…
Cancel
Save