Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
40cd49a7
Commit
40cd49a7
authored
Dec 18, 2015
by
Pietro Albini
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong attribute name -- fixes
!1
parent
d058285c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
managetests/branches.py
managetests/branches.py
+1
-1
No files found.
managetests/branches.py
View file @
40cd49a7
...
...
@@ -99,7 +99,7 @@ class Branch:
"%s/%s/static"
%
(
self
.
manager
.
envs_dir
,
self
.
name
,
sys
.
version_info
[
1
],
self
.
manager
.
public_dir
,
self
.
name
)),
"rm -rf %s"
%
self
.
manager
.
build_dir
,
"rm -rf %s/%s/*"
%
(
self
.
caches_dir
,
self
.
name
),
"rm -rf %s/%s/*"
%
(
self
.
manager
.
caches_dir
,
self
.
name
),
]
for
command
in
commands
:
...
...
Pietro Albini
@pietroalbini
mentioned in issue
#1 (closed)
·
Dec 18, 2015
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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