projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ff5bf
)
use pushd/popd to change to ansible dir
author
Christian Pointner
<equinox@realraum.at>
Sun, 23 Dec 2018 13:25:51 +0000
(14:25 +0100)
committer
Christian Pointner
<equinox@realraum.at>
Sun, 23 Dec 2018 13:25:51 +0000
(14:25 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
b8ddfee
..
6a90aab
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-18,7
+18,9
@@
install:
- ansible-lint --version
script:
- - cd ansible; ansible-lint _lint_roles.yml
+ - pushd ./ansible
+ - ansible-lint _lint_roles.yml
+ - popd
- make -C doc
deploy: