Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gga_load_data
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Wiki
Code
Merge requests
5
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
abims
e-infra
gga_load_data
Merge requests
!25
Sync in wf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sync in wf
sync_in_wf
into
dev
Overview
0
Commits
11
Pipelines
0
Changes
8
Merged
Loraine Gueguen
requested to merge
sync_in_wf
into
dev
3 years ago
Overview
0
Commits
11
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
version 7
version 7
5925f2af
3 years ago
version 6
dac92cd6
3 years ago
version 5
64eb7c03
3 years ago
version 4
70969c5c
3 years ago
version 3
f24c3645
3 years ago
version 2
286fed10
3 years ago
version 1
b03e6a16
3 years ago
dev (base)
and
latest version
latest version
6baf190f
11 commits,
3 years ago
version 7
5925f2af
10 commits,
3 years ago
version 6
dac92cd6
9 commits,
3 years ago
version 5
64eb7c03
8 commits,
3 years ago
version 4
70969c5c
7 commits,
3 years ago
version 3
f24c3645
6 commits,
3 years ago
version 2
286fed10
5 commits,
3 years ago
version 1
b03e6a16
4 commits,
3 years ago
Show latest version
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gga_init.py
+
6
−
6
Options
@@ -431,9 +431,9 @@ if __name__ == "__main__":
deploy_stack_for_current_organism
.
make_compose_files
()
logging
.
info
(
"
Successfully generated the docker-compose files for %s %s
"
,
deploy_stack_for_current_organism
.
genus
,
deploy_stack_for_current_organism
.
species
)
#
logging.info("Deploying stacks")
#
if args.force_traefik:
#
deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=True)
#
else:
#
deploy_stacks(input_list=sp_dict_list, main_dir=main_dir, deploy_traefik=False)
#
logging.info("All stacks deployed for organisms in input file %s" % args.input)
logging
.
info
(
"
Deploying stacks
"
)
if
args
.
force_traefik
:
deploy_stacks
(
input_list
=
sp_dict_list
,
main_dir
=
main_dir
,
deploy_traefik
=
True
)
else
:
deploy_stacks
(
input_list
=
sp_dict_list
,
main_dir
=
main_dir
,
deploy_traefik
=
False
)
logging
.
info
(
"
All stacks deployed for organisms in input file %s
"
%
args
.
input
)
Loading