* Fixed: [restconf patch method adds redundant namespaces #235](https://github.com/clicon/clixon/issues/235)

This commit is contained in:
Olof hagsand 2021-06-10 13:05:03 +02:00
parent 7d59ec1a3a
commit a122efceff
7 changed files with 43 additions and 40 deletions

View file

@ -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