Remove comments

This commit is contained in:
David Sanz 2020-12-23 16:34:32 +01:00
parent efafcfed92
commit 85a9216448

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