Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
cd261af2
Commit
cd261af2
authored
Dec 18, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: use poxygit v0.5.1
The new version of our test git server adds redirect support. Upgrade to it.
parent
6fc6eeb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
ci/test.sh
+1
-1
No files found.
ci/test.sh
View file @
cd261af2
...
@@ -102,7 +102,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
...
@@ -102,7 +102,7 @@ if [ -z "$SKIP_PROXY_TESTS" ]; then
fi
fi
if
[
-z
"
$SKIP_NTLM_TESTS
"
]
;
then
if
[
-z
"
$SKIP_NTLM_TESTS
"
]
;
then
curl
--location
--silent
--show-error
https://github.com/ethomson/poxygit/releases/download/v0.
4.0/poxygit-0.4.0
.jar
>
poxygit.jar
curl
--location
--silent
--show-error
https://github.com/ethomson/poxygit/releases/download/v0.
5.1/poxygit-0.5.1
.jar
>
poxygit.jar
echo
""
echo
""
echo
"Starting HTTP server..."
echo
"Starting HTTP server..."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment