Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
corserp committed May 15, 2018
2 parents 666522f + ca5e131 commit ba7a961
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
symlinks = false
ignorecase = true
[remote "origin"]
url = http://master'alias'@currentlyamee.ssh
url = http://github.com/corserp/corser.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
Expand Down
12 changes: 12 additions & 0 deletions molecule/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@

=======
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d
=======
>>>>>>> initial commit
>>>>>>> initialized
=======
>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d
>>>>>>> master

class Molecule(object):
# locations to look for a config file
Expand Down Expand Up @@ -238,11 +242,15 @@ def _trailing_whitespace(self, filename):
print l
sys.exit(1)

<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d
=======
>>>>>>> initial commit
>>>>>>> initialized
=======
>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d
>>>>>>> master
def _rubocop(self):
try:
pattern = self._config['serverspec_dir'] + '/**/*.rb'
Expand Down Expand Up @@ -393,10 +401,14 @@ def _verify(self):
=======
self._trailing_validators()
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d
=======
>>>>>>> initial commit
>>>>>>> initialized
=======
>>>>>>> ac8bbd23cccd6487b2a9b73ced5182ae22376c7d
>>>>>>> master

# no tests found
if not os.path.isdir(self._config['serverspec_dir']) and not os.path.isdir(self._config['testinfra_dir']):
Expand Down

0 comments on commit ba7a961

Please sign in to comment.