Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
tower
Commits
68b07c09
Commit
68b07c09
authored
Oct 23, 2020
by
EKbfh
🐼
Browse files
Fix path and ver
parent
e52a0525
Pipeline
#27726
passed with stages
in 3 minutes and 34 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
68b07c09
0.4.8
1.0.0
contrib/k8s/noc-tower/Chart.yaml
View file @
68b07c09
name
:
noc-tower
description
:
NocTower
version
:
0.0.1
appVersion
:
0.4.8
appVersion
:
1.0.0
keywords
:
-
NocProject
sources
:
...
...
tower/api/pull.py
View file @
68b07c09
...
...
@@ -104,7 +104,7 @@ class PullAPI(API):
status
=
True
log
=
[]
self
.
pull
(
env
.
playbook_link
,
env
.
repo_path
)
repo_playbooks_path
=
os
.
path
.
join
(
env
.
repo_path
,
"ansible
_deploy
"
)
repo_playbooks_path
=
os
.
path
.
join
(
env
.
repo_path
,
"ansible"
)
if
not
os
.
path
.
isdir
(
repo_playbooks_path
):
# Playbooks on repo root
repo_playbooks_path
=
env
.
repo_path
...
...
tower/ui/desktop_ui.js
View file @
68b07c09
...
...
@@ -55,7 +55,7 @@ var desktop = {
{
id
:
"
version
"
,
icon
:
"
info
"
,
value
:
"
Version:
0.4.8
"
value
:
"
Version:
1.0.0
"
}
]
}
...
...
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