Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 rock-master-20.06-envire-envire-core (0.20200630-1~bionic) unstable; urgency=low
 .
   * Package automatically built using 'apaka'
   * repository: github:/envire/envire-envire_core.git
   * branch: refs/heads/master
   * commit: 549b64ed30ba8afc4d91ae67b216a78b40cee016
   * tag:
Author: Rock Packaging Daemon (based on apaka) <rock-dev@dfki.de>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2020-09-04

--- rock-master-20.06-envire-envire-core-0.20200630.orig/.circleci/config.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-version: 2
-jobs:
-  build:
-    docker:
-      - image: ubuntu:18.04
-    steps:
-      - run:
-          name: apt-get
-          command: apt update && apt -y install build-essential gcc g++ cmake git wget libgoogle-glog-dev libboost-test-dev libboost-filesystem-dev libboost-serialization-dev libboost-system-dev pkg-config libeigen3-dev libclass-loader-dev libtinyxml-dev librosconsole-bridge-dev
-      - run:
-          name: fix-class-loader-pkg-config
-          command: "sed -i '/Libs:/c\\Libs:  -lclass_loader -lboost_filesystem -lboost_thread -lboost_system -lpthread -lPocoFoundation -ldl -lconsole_bridge' /usr/lib/x86_64-linux-gnu/pkgconfig/class_loader.pc"
-      - checkout
-      - run:
-          name: chmod install script
-          command: chmod +x install_dependencies.sh
-      - run:
-          name: run install script
-          command: ./install_dependencies.sh
-      - run:
-          name: compile
-          command: mkdir build && cd build && cmake -DROCK_TEST_ENABLED=ON .. && make -j4 install
-      - run:
-          name: test_suit
-          command: ~/project/build/test/test_suite
-      - run:
-          name: test_plugins
-          command: export LD_LIBRARY_PATH=/usr/local/lib &&  ~/project/build/test/test_plugins
-
