Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
AURA
dashboard
Commits
ae35f179
Commit
ae35f179
authored
10 months ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
fix(tests): fix steering test initialization
parent
06f35335
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
tests/docker-compose.yml
+3
-1
3 additions, 1 deletion
tests/docker-compose.yml
with
6 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
1
View file @
ae35f179
...
...
@@ -95,7 +95,9 @@ variables:
},
}
EOF
make initialize loaddata.sample run.prod
poetry run ./manage.py initialize
poetry run ./manage.py loadfixtures sample
exec ./entrypoint.sh run.prod
-
name
:
autoradio/tank:main
alias
:
tank
entrypoint
:
[
'
/bin/bash'
]
...
...
This diff is collapsed.
Click to expand it.
tests/docker-compose.yml
+
3
−
1
View file @
ae35f179
...
...
@@ -36,7 +36,9 @@ services:
},
}
EOF
./entrypoint.sh initialize loaddata.sample run.prod
poetry run ./manage.py initialize
poetry run ./manage.py loadfixtures sample
exec ./entrypoint.sh run.prod
tank
:
image
:
autoradio/tank:main
...
...
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