Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Commit 2673cef

Browse files
committed
Try latest version of Gogs.
1 parent 451bf66 commit 2673cef

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ env:
55
- distro: centos7
66
init: /usr/lib/systemd/systemd
77
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
8-
- distro: centos6
9-
init: /sbin/init
10-
run_opts: ""
118
- distro: ubuntu1604
129
init: /lib/systemd/systemd
1310
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
gogs_user: git
33
gogs_user_home: /home/git
4-
gogs_binary_url: https://github.com/gogits/gogs/releases/download/v0.8.25/linux_amd64.zip
4+
gogs_binary_url: https://github.com/gogits/gogs/releases/download/v0.9.97/linux_amd64.tar.gz
55
gogs_http_port: "3000"
66
gogs_use_mysql: false
77
gogs_db_name: gogs

0 commit comments

Comments
 (0)