diff --git a/scripts/start-gitea.sh b/scripts/start-gitea.sh index b5a4ce00f189a71c7f94287edb64798ef8900158..b150ec170b82e0a13cd406ad52766aa0ba441d41 100755 --- a/scripts/start-gitea.sh +++ b/scripts/start-gitea.sh @@ -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