Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-composer
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
Container registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noblogs
noblogs-composer
Commits
c5edf164
Commit
c5edf164
authored
3 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Export TARGET_ADDR to the test suite
parent
302da3ad
Branches
Branches containing commit
No related tags found
1 merge request
!469
Run ci-test with actual data
Pipeline
#85434
canceled
3 months ago
Stage: build
Stage: container-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/test.sh
+1
-1
1 addition, 1 deletion
docker/test.sh
with
1 addition
and
1 deletion
docker/test.sh
+
1
−
1
View file @
c5edf164
...
...
@@ -3,5 +3,5 @@
TESTSUITE_IMAGE
=
"registry.git.autistici.org/noblogs/testsuite:main"
# Run the test suite using Podman, in the foreground.
exec
podman run
--rm
--pull
=
always
--network
=
host
${
TESTSUITE_IMAGE
}
exec
podman run
--rm
--pull
=
always
--env
TARGET_ADDR
=
${
TARGET_ADDR
}
--network
=
host
${
TESTSUITE_IMAGE
}
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