Skip to content
Snippets Groups Projects
Commit 5da822ba authored by Christoph Witzko's avatar Christoph Witzko
Browse files

ci: pin gitea version

parent e5d117b9
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ docker run -d --name gitea -p 3000:3000 \
-e USER_UID=1000 -e USER_GID=1000 \
-v $(pwd)/test/gitea/conf/:/data/gitea/conf/ \
-v $(pwd)/test/gitea/gitea.db:/data/gitea/gitea.db \
gitea/gitea
gitea/gitea:1.15.6
sleep 5
sleep 10
echo "creating test repo..."
curl -u 'test:test' -XPOST -H 'Content-Type: application/json' -d '{"name":"test"}' http://localhost:3000/api/v1/user/repos
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment