Skip to content

Commit 2079339

Browse files
committed
fix(gitlab): Output log
Signed-off-by: Bryan Ramos <bramos@redhat.com>
1 parent a4c5e58 commit 2079339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ run_ci:
1111
tags: [shared-podman]
1212
script:
1313
- echo "Grabbing SBOM sample..."
14-
- curl -sS https://gitlab.cee.redhat.com/bramos/backstage-lab/-/raw/main/test-artifacts/sbom-logs -o sbom-logs --insecure
14+
- curl https://gitlab.cee.redhat.com/bramos/backstage-lab/-/raw/main/test-artifacts/sbom-logs --insecure
1515
artifacts:
1616
when: always
1717
paths:

0 commit comments

Comments
 (0)