* Fixed: [restconf patch method adds redundant namespaces #235](https://github.com/clicon/clixon/issues/235)
This commit is contained in:
parent
7d59ec1a3a
commit
a122efceff
7 changed files with 43 additions and 40 deletions
|
|
@ -8,5 +8,6 @@ branches:
|
|||
script: ./configure --with-restconf=fcgi && make && sudo make install && make test
|
||||
before_script:
|
||||
- sudo apt-get install -y libfcgi-dev
|
||||
- echo "$DOCKERPASSWD" | docker login -u "$DOCKERUSER" --password-stdin
|
||||
|
||||
- if [[ -n "${DOCKERUSER}" ]]; then echo "$DOCKERPASSWD" | docker login -u "$DOCKERUSER" --password-stdin; fi
|
||||
- ./test/travis/before_script.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue