Browse Source

Remove comments

pull/1565/head
David Sanz 4 years ago
parent
commit
85a9216448
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      .github/workflows/basket-api.yml

+ 0
- 4
.github/workflows/basket-api.yml View File

@ -64,10 +64,6 @@ jobs:
- name: Compose build ${{ env.services }}
run: |
echo "running on ${{ env.branch }}"
echo "TAG: ${{ env.TAG }}"
echo "REGISTRY: ${{ env.REGISTRY }}"
export TAG=experimental
sudo -E docker-compose build ${{ env.services }}
docker images
working-directory: ./src


Loading…
Cancel
Save