BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
23c31a0b
Commit
23c31a0b
authored
Jan 29, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip tricky test for semaphore
parent
b7cf72f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
browse_files.feature
features/project/source/browse_files.feature
+1
-1
spinach.rake
lib/tasks/spinach.rake
+7
-1
No files found.
features/project/source/browse_files.feature
View file @
23c31a0b
...
...
@@ -24,7 +24,7 @@ Feature: Project Source Browse Files
Given
I click on
"new file"
link in repo
Then
I can see new file page
@javascript
@javascript
@tricky
Scenario
:
I
can create and commit file
Given
I click on
"new file"
link in repo
And
I edit code
...
...
lib/tasks/spinach.rake
View file @
23c31a0b
...
...
@@ -2,9 +2,15 @@ Rake::Task["spinach"].clear if Rake::Task.task_defined?('spinach')
desc
"GITLAB | Run spinach"
task
:spinach
do
tags
=
if
ENV
[
'SEMAPHORE'
]
'~@tricky,~@wip'
else
'~@wip'
end
cmds
=
[
%W(rake gitlab:setup)
,
%W(spinach)
,
%W(spinach
--tags
#{
tags
}
)
,
]
run_commands
(
cmds
)
end
...
...
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