diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75b0ed3087..06d0b3700c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,8 +93,8 @@ jobs: --tags "${ANSIBLE_TAGS}" \ --skip-tags "${ANSIBLE_SKIP_TAGS}" \ --volumes 0 \ - && bin/github deployment:update --state=in_progress --description="Preparing Containers with robo up... Done." \ - || ( bin/github deployment:update --state=failure --description="Preparing Containers with robo up... Failed." && exit 1 ) + && bin/github deployment:update --state=in_progress --description="Preparing Containers with robo up... Done." --log_url=${GITHUB_RUN_LOG_URL}#step:8:1 \ + || ( bin/github deployment:update --state=failure --description="Preparing Containers with robo up... Failed." --log_url=${GITHUB_RUN_LOG_URL}#step:8:1 && exit 1 ) - name: Wait for yum if: matrix.os == 'centos7' @@ -107,8 +107,8 @@ jobs: run: | bin/github deployment:update --state=in_progress --description="Installing DevShop with devshop-ansible-playbook..." --log_url=${GITHUB_RUN_LOG_URL}#step:10:1 bin/robo exec devshop-ansible-playbook \ - && bin/github deployment:update --state=success --description="Installing DevShop with devshop-ansible-playbook... Done" \ - || ( bin/github deployment:update --state=failure --description="Installing DevShop with devshop-ansible-playbook... Failed" && exit 1 ) + && bin/github deployment:update --state=success --description="Installing DevShop with devshop-ansible-playbook... Done" --log_url=${GITHUB_RUN_LOG_URL}#step:10:1 --environment_url=${GITHUB_RUN_LOG_URL}#step:8:1 \ + || ( bin/github deployment:update --state=failure --description="Installing DevShop with devshop-ansible-playbook... Failed" --log_url=${GITHUB_RUN_LOG_URL}#step:10:1 --environment_url=${GITHUB_RUN_LOG_URL}#step:8:1 && exit 1 ) - name: Test DevShop run: |