Compare commits
No commits in common. "09634b728b91a560f54bd049706fc7d76d376ff5" and "89f454dde541be12a9b908d1faa69f7afbf1e885" have entirely different histories.
09634b728b
...
89f454dde5
@ -1,8 +1,3 @@
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
plugins:
|
||||
- "@semantic-release/commit-analyzer"
|
||||
- "@semantic-release/release-notes-generator"
|
||||
- "@semantic-release/changelog"
|
||||
- "@semantic-release/git"
|
||||
- "next"
|
||||
|
@ -5,17 +5,9 @@ RUN apk add --no-cache openssh-client git
|
||||
|
||||
RUN yarn global add semantic-release@18
|
||||
|
||||
RUN yarn global add @semantic-release/git @semantic-release/changelog
|
||||
|
||||
# Download public key for github.com
|
||||
RUN \
|
||||
mkdir -p -m 0700 ~/.ssh \
|
||||
&& ssh-keyscan github.com >> ~/.ssh/known_hosts \
|
||||
&& ssh-keyscan git.front.kjuulh.io >> ~/.ssh/known_hosts
|
||||
|
||||
WORKDIR /src/app/
|
||||
RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||
|
||||
COPY . .
|
||||
|
||||
#RUN --mount=type=ssh,id=default semantic-release --no-ci
|
||||
# run as cmd during pipeline, such easier
|
||||
RUN --mount=type=ssh,id=default semantic-release
|
||||
|
Loading…
Reference in New Issue
Block a user