Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Oct 24, 2023
1 parent 243d5cd commit 7bb75bf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,3 @@ runs:
LIFETIME: ${{ env.LIFETIME }}
PATH_TO_FILES_DIR: ${{ env.PATH_TO_FILES_DIR }}
NEOFS_ATTRIBUTES: ${{ env.NEOFS_ATTRIBUTES }}

- name: Log container URL and combined report directory
shell: bash
run: |
echo "Container URL is container_url: ${{ steps.gh_push_to_neofs.outputs.container_url }}${{ github.run_number }}-${{ steps.date.outputs.timestamp }}/"
echo "Container URL is OUTPUT_CONTAINER_URL: ${{ steps.gh_push_to_neofs.outputs.OUTPUT_CONTAINER_URL }}${{ github.run_number }}-${{ steps.date.outputs.timestamp }}/"
echo "Path to the directory with the combined Allure report and zip attachments is ${{ env.REPORT_DIR }}"
echo "Path to the directory with the combined Allure report and zip attachments is outputs ${{ steps.set_report_dir.outputs.REPORT_DIR }}"

0 comments on commit 7bb75bf

Please sign in to comment.