Uncomment steps

This commit is contained in:
David Sanz 2020-12-23 11:37:47 +01:00
parent 2d6e17f5f1
commit 15ec4911ea

View File

@ -59,25 +59,26 @@ jobs:
currentbranch=$(echo ${GITHUB_REF##*/}) currentbranch=$(echo ${GITHUB_REF##*/})
echo "running on $currentbranch" echo "running on $currentbranch"
echo "branch=$currentbranch" >> $GITHUB_ENV echo "branch=$currentbranch" >> $GITHUB_ENV
printenv
shell: bash shell: bash
# - name: Compose build ${{ env.services }} - name: Compose build ${{ env.services }}
# run: | run: |
# echo "A initial message" echo "Env variables:"
# sudo docker-compose -f src/docker-compose.yml build ${{ env.services }} echo "running on $env.branch"
# docker images printenv
# shell: bash sudo docker-compose -f src/docker-compose.yml build ${{ env.services }}
# env: docker images
# TAG: ${{ env.branch }} shell: bash
# REGISTRY: ${{ env.registryEndpoint }} env:
TAG: ${{ env.branch }}
REGISTRY: ${{ env.registryEndpoint }}
# - name: Compose push ${{ env.image }} - name: Compose push ${{ env.image }}
# run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }} run: sudo docker-compose -f src/docker-compose.yml push ${{ env.services }}
# shell: bash shell: bash
# env: env:
# TAG: ${{ env.branch }} TAG: ${{ env.branch }}
# REGISTRY: ${{ env.registryEndpoint }} REGISTRY: ${{ env.registryEndpoint }}
BuildWindows: BuildWindows:
runs-on: windows-2019 runs-on: windows-2019