Skip to content

Commit 1e19b4d

Browse files
authored
chore(logs): Deactivate logs retrieval (#39)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 6bbd1c2 commit 1e19b4d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/chainloop.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
chainloop_attestation_init
6262
echo "CHAINLOOP_ATTESTATION_ID=${CHAINLOOP_ATTESTATION_ID}" >> "$GITHUB_ENV"
6363
64-
- name: logs
65-
run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
66-
env:
67-
GH_TOKEN: ${{ github.token }}
64+
# - name: logs
65+
# run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
66+
# env:
67+
# GH_TOKEN: ${{ github.token }}
6868

6969
# Collect all artifacts, reports, and metadata
7070
# based on the configuration in .chainloop.yml

.github/workflows/chainloop_push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
- name: Download all workflow run artifacts
5454
uses: actions/download-artifact@v4
5555

56-
- name: logs
57-
run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
58-
env:
59-
GH_TOKEN: ${{ github.token }}
56+
# - name: logs
57+
# run: source <(/usr/local/bin/chainloop_bin/c8l source) && chainloop_collect_logs_for_github_jobs
58+
# env:
59+
# GH_TOKEN: ${{ github.token }}
6060

6161
# Collect all artifacts, reports, and metadata
6262
# based on the configuration in .chainloop.yml

0 commit comments

Comments
 (0)