Skip to content

Commit 25356e4

Browse files
removing debug step
The debug step appears to be causing a failure.
1 parent 3a46239 commit 25356e4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/toolshed.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ jobs:
2626
uses: olegtarasov/[email protected]
2727
with:
2828
tagRegex: "(${{ env.IMAGE_VERSION_PREFIX }}).*"
29-
- name: echo environment
30-
run: |
31-
echo "::group::environment"
32-
echo "ORG_NAMESPACE=${{ env.ORG_NAMESPACE }}"
33-
echo "IMAGE_NAME=${{ env.IMAGE_NAME }}"
34-
echo "IMAGE_VERSION_PREFIX=${{ env.IMAGE_VERSION_PREFIX }}"
35-
echo "GIT_TAG_NAME=${{ steps.process_event.outputs.tag }}"
36-
echo "::debug event=${{ toJSON( github.event ) }}"
37-
echo "::endgroup::"
3829
- name: dryrun-build
3930
if: ${{ github.event_name == 'pull_request' || ( github.event_name == 'release' && startsWith( steps.process_event.outputs.tag, env.IMAGE_VERSION_PREFIX ) && github.event.release.prerelease ) }}
4031
run: docker build ./${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)