Skip to content
Snippets Groups Projects
Commit 47fa32d9 authored by akwizgran's avatar akwizgran
Browse files

Replace obsolete CI variable.

parent 8f29b18a
No related branches found
No related tags found
1 merge request!13Replace obsolete CI variable
Pipeline #15234 passed
......@@ -9,7 +9,7 @@ stages:
- release
variables:
TEST_IMAGE: briar/go-reproducer:${CI_BUILD_REF_NAME}
TEST_IMAGE: briar/go-reproducer:${CI_COMMIT_REF_NAME}
RELEASE_IMAGE: briar/go-reproducer:latest
before_script:
......@@ -50,8 +50,8 @@ test_snowflake:
test_tag:
stage: test
script:
- docker run -v `pwd`/output:/opt/go-reproducer/output ${TEST_IMAGE} /bin/bash -c "./verify-binary.py obfs4proxy ${CI_BUILD_REF_NAME}"
- docker run -v `pwd`/output:/opt/go-reproducer/output ${TEST_IMAGE} /bin/bash -c "./verify-binary.py snowflake ${CI_BUILD_REF_NAME}"
- docker run -v `pwd`/output:/opt/go-reproducer/output ${TEST_IMAGE} /bin/bash -c "./verify-binary.py obfs4proxy ${CI_COMMIT_REF_NAME}"
- docker run -v `pwd`/output:/opt/go-reproducer/output ${TEST_IMAGE} /bin/bash -c "./verify-binary.py snowflake ${CI_COMMIT_REF_NAME}"
artifacts:
paths:
- output/obfs4proxy
......
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