Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bsa_miner
Project
Project
Details
Activity
Releases
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nazarf
bsa_miner
Commits
e6391590
Commit
e6391590
authored
Mar 03, 2021
by
nazarf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add git configuration
parent
d5c674a4
Pipeline
#1013
failed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
misc.xml
.idea/misc.xml
+1
-2
vcs.xml
.idea/vcs.xml
+1
-1
Capfile
Capfile
+2
-2
No files found.
.idea/misc.xml
View file @
e6391590
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_3"
default=
"false"
project-jdk-name=
"ruby-2.3.3-p222"
project-jdk-type=
"RUBY_SDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_3"
project-jdk-name=
"ruby-2.3.3-p222"
project-jdk-type=
"RUBY_SDK"
>
<output
url=
"file://$PROJECT_DIR$/out"
/>
</component>
<component
name=
"SvnBranchConfigurationManager"
>
...
...
@@ -21,6 +21,5 @@
</entry>
</map>
</option>
<option
name=
"mySupportsUserInfoFilter"
value=
"true"
/>
</component>
</project>
\ No newline at end of file
.idea/vcs.xml
View file @
e6391590
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
""
vcs=
"
svn
"
/>
<mapping
directory=
""
vcs=
"
Git
"
/>
</component>
</project>
\ No newline at end of file
Capfile
View file @
e6391590
...
...
@@ -14,8 +14,8 @@ require 'capistrano/bundler'
require
'capistrano/rails'
require
'capistrano/faster_assets'
require
'capistrano/scm/
svn
'
install_plugin
Capistrano
::
SCM
::
Svn
require
'capistrano/scm/
git
'
install_plugin
Capistrano
::
SCM
::
Git
# Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir
.
glob
(
'lib/capistrano/tasks/*.rake'
).
each
{
|
r
|
import
r
}
...
...
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