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

Merge branch 'update-ci-variables' into 'master'

Replace obsolete CI variable

See merge request !13
parents 8f29b18a 47fa32d9
No related branches found
No related tags found
1 merge request!13Replace obsolete CI variable
Pipeline #16194 failed
...@@ -9,7 +9,7 @@ stages: ...@@ -9,7 +9,7 @@ stages:
- release - release
variables: 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 RELEASE_IMAGE: briar/go-reproducer:latest
before_script: before_script:
...@@ -50,8 +50,8 @@ test_snowflake: ...@@ -50,8 +50,8 @@ test_snowflake:
test_tag: test_tag:
stage: test stage: test
script: 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 obfs4proxy ${CI_COMMIT_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 snowflake ${CI_COMMIT_REF_NAME}"
artifacts: artifacts:
paths: paths:
- output/obfs4proxy - 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