Skip to content
Snippets Groups Projects
Verified Commit df42d22b authored by Torsten Grote's avatar Torsten Grote
Browse files

always build and verify latest versions

parent 4cbc4858
No related branches found
No related tags found
No related merge requests found
Pipeline #3703 passed with warnings
......@@ -24,7 +24,7 @@ build:
test:
stage: test
script:
- docker run -v `pwd`:/opt/go-reproducer ${TEST_IMAGE} /bin/bash -c "./build-obfs4proxy.py 0.0.9 && ./verify-obfs4proxy.py 0.0.9"
- docker run -v `pwd`:/opt/go-reproducer ${TEST_IMAGE} /bin/bash -c "./build-obfs4proxy.py && ./verify-obfs4proxy.py"
allow_failure: true
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment