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

正在加载...
取消
保存