Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
go-reproducer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
go-reproducer
Commits
1d72acc3
Commit
1d72acc3
authored
1 year ago
by
Torsten Grote
Browse files
Options
Downloads
Plain Diff
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
!13
Replace obsolete CI variable
Pipeline
#16194
failed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
1d72acc3
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment