Remove debug traces

This commit is contained in:
David Sanz 2020-12-23 18:19:20 +01:00
parent c805c7efc3
commit 02929d8acf

View File

@ -60,9 +60,7 @@ jobs:
shell: bash shell: bash
- name: Compose build ${{ env.SERVICES }} - name: Compose build ${{ env.SERVICES }}
run: | run: sudo -E docker-compose build ${{ env.SERVICES }}
sudo -E docker-compose build ${{ env.SERVICES }}
docker images
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: | run: sudo -E docker-compose push ${{ env.SERVICES }}
docker images
sudo -E docker-compose push ${{ env.SERVICES }}
working-directory: ./src working-directory: ./src
shell: bash shell: bash
env: env: