Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
maja
maja
Commits
1d3dee0d
Commit
1d3dee0d
authored
Nov 24, 2021
by
jbrossar
Browse files
[BUG] Changed gipp default branch name
parent
9b790080
Pipeline
#9582
passed with stages
in 58 minutes and 13 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
StartMaja/Chain/GippFile.py
View file @
1d3dee0d
...
...
@@ -162,7 +162,7 @@ class GippSet(object):
self
.
out_path
=
os
.
path
.
join
(
self
.
fpath
,
self
.
gipp_folder_name
)
FileSystem
.
download_file
(
self
.
url
,
self
.
gipp_archive
,
self
.
log_level
)
FileSystem
.
unzip
(
self
.
gipp_archive
,
self
.
temp_folder
)
gipp_maja_git
=
os
.
path
.
join
(
self
.
temp_folder
,
"maja-gipp-
master
"
)
gipp_maja_git
=
os
.
path
.
join
(
self
.
temp_folder
,
"maja-gipp-
develop
"
)
# TODO Remove second WATV for Venus-Natif
platform_folder
=
FileSystem
.
find_single
(
path
=
gipp_maja_git
,
pattern
=
"^"
+
self
.
gipp_folder_name
+
"$"
)
if
not
platform_folder
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment