1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

Removes echo debugging

This commit is contained in:
Amir Raminfar
2022-04-21 10:31:10 -07:00
parent abf0507307
commit 590d3bd4f8

View File

@@ -45,10 +45,6 @@ jobs:
fetch-depth: 2
- name: Build images
run: docker-compose -f e2e/docker-compose.yml build
- name: Show GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Set commit message for push
if: github.event_name == 'push'
run: echo "GIT_LOG_MESSAGE=$(git log -1 --pretty=%B ${{env.GITHUB_SHA}})" >> $GITHUB_ENV