retry...
This commit is contained in:
parent
92b3ab19de
commit
48a3917874
2 changed files with 2 additions and 5 deletions
|
@ -55,9 +55,6 @@ pipeline:
|
||||||
- export PATH=$PATH:$GOPATH/bin
|
- export PATH=$PATH:$GOPATH/bin
|
||||||
- echo "building forgejo"
|
- echo "building forgejo"
|
||||||
- make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release
|
- make CI=true LINUX_ARCHS=$${LINUX_ARCHS} release
|
||||||
- pwd
|
|
||||||
- ls -la dist
|
|
||||||
- ls -la dist/*
|
|
||||||
environment:
|
environment:
|
||||||
TAGS: bindata sqlite sqlite_unlock_notify
|
TAGS: bindata sqlite sqlite_unlock_notify
|
||||||
DEBIAN_FRONTEND: noninteractive
|
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}"
|
mkdir -p "${DR}"
|
||||||
|
|
||||||
# Copying the arch specific binaries to the path easily accessible in the next step and rename them to gitea
|
# 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 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-arm64 "${OUT}/linux/arm64/gitea"
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue