Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Merge requests
!19
fix tox pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix tox pipeline
hotfix/tox-fix
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Karel van Klink
requested to merge
hotfix/tox-fix
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
1779de6b
1 commit,
1 year ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gso/main.py
+
4
−
2
Options
@@ -4,8 +4,10 @@ The main module, from where GSO is run.
from
orchestrator
import
OrchestratorCore
from
orchestrator.cli.main
import
app
as
core_cli
from
orchestrator.settings
import
AppSettings
import
gso.products
# pylint: disable=unused-import
import
gso.workflows
# pylint: disable=unused-import
# pylint: disable=unused-import
import
gso.products
# noqa: F401
# pylint: disable=unused-import
import
gso.workflows
# noqa: F401
app
=
OrchestratorCore
(
base_settings
=
AppSettings
())
Loading