IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
소스 검색

Gitea build recipe seems to work

master
부모
커밋
57a8ec9c7f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      example/gitea/Fockerfile

+ 2
- 1
example/gitea/Fockerfile 파일 보기

@@ -4,6 +4,7 @@ steps:
- run:
- pkg install -y gmake go node npm
- run:
- pkg install -y ca_root_nss
- fetch https://github.com/go-gitea/gitea/releases/download/v1.11.4/gitea-src-1.11.4.tar.gz
- mkdir gitea-build
- cd gitea-build
@@ -12,4 +13,4 @@ steps:
- cd gitea-build
- TAGS="sqlite sqlite_unlock_notify pam" gmake build
- run:
- pkg install git
- pkg install -y git

불러오는 중...
취소
저장