retry...
parent
92b3ab19de
commit
48a3917874
|
@ -55,9 +55,6 @@ pipeline:
|
|||
- export PATH=$PATH:$GOPATH/bin
|
||||
- echo "building forgejo"
|
||||
- make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release
|
||||
- pwd
|
||||
- ls -la dist
|
||||
- ls -la dist/*
|
||||
environment:
|
||||
TAGS: bindata sqlite sqlite_unlock_notify
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
|
|
|
@ -23,8 +23,8 @@ RUN test -n "$CI_COMMIT_SHA" || (echo "CI_COMMIT_SHA is required but not set" >&
|
|||
mkdir -p "${DR}"
|
||||
|
||||
# Copying the arch specific binaries to the path easily accessible in the next step and rename them to gitea
|
||||
COPY --chmod=755 /source/dist/release/forgejo-$TAG-linux-amd64 "${OUT}/linux/amd64/gitea"
|
||||
COPY --chmod=755 /source/dist/release/forgejo-$TAG-linux-arm64 "${OUT}/linux/arm64/gitea"
|
||||
COPY --chmod=755 dist/release/forgejo-$TAG-linux-amd64 "${OUT}/linux/amd64/gitea"
|
||||
COPY --chmod=755 dist/release/forgejo-$TAG-linux-arm64 "${OUT}/linux/arm64/gitea"
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
|
Loading…
Reference in New Issue