We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d117b commit 5da822bCopy full SHA for 5da822b
scripts/start-gitea.sh
@@ -11,9 +11,9 @@ docker run -d --name gitea -p 3000:3000 \
11
-e USER_UID=1000 -e USER_GID=1000 \
12
-v $(pwd)/test/gitea/conf/:/data/gitea/conf/ \
13
-v $(pwd)/test/gitea/gitea.db:/data/gitea/gitea.db \
14
- gitea/gitea
+ gitea/gitea:1.15.6
15
16
-sleep 5
+sleep 10
17
18
echo "creating test repo..."
19
curl -u 'test:test' -XPOST -H 'Content-Type: application/json' -d '{"name":"test"}' http://localhost:3000/api/v1/user/repos
0 commit comments