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!
Quellcode durchsuchen

Gitea build recipe seems to work

master
Stanislaw Adaszewski vor 4 Jahren
Ursprung
Commit
57a8ec9c7f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      example/gitea/Fockerfile

+ 2
- 1
example/gitea/Fockerfile Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern