Skip to content

Commit 9174ede

Browse files
committed
Fixed correct job
1 parent 27d887d commit 9174ede

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ RUN --mount=target=.,readwrite \
7272
--mount=from=uniget-cosign,src=/bin/cosign,target=/usr/local/bin/cosign \
7373
--mount=from=uniget-syft,src=/bin/syft,target=/usr/local/bin/syft \
7474
--mount=from=uniget-glab,src=/bin/glab,target=/usr/local/bin/glab \
75+
--mount=from=uniget-jq,src=/bin/jq,target=/usr/local/bin/jq \
7576
--mount=type=cache,target=/go/pkg/mod \
7677
--mount=type=cache,target=/root/.cache/go-build <<EOF
7778
glab auth login --hostname="${CI_SERVER_HOST}" --job-token="${CI_JOB_TOKEN}"
78-
bash scripts/release-notes-gitlab.sh >release-notes.md
79+
bash scripts/release-notes-gitlab.sh >/tmp/release-notes.md
7980
goreleaser healthcheck --config=.goreleaser-gitlab.yaml
80-
goreleaser release --config=.goreleaser-gitlab.yaml --release-notes=release-notes.md
81+
goreleaser release --config=.goreleaser-gitlab.yaml --release-notes=/tmp/release-notes.md
8182
EOF
8283

8384
FROM base AS unit-test

0 commit comments

Comments
 (0)