Skip to content
Snippets Groups Projects
Select Git revision
  • dd422494083d0e315ce457f182c3cfd37a1ce754
  • master default
  • include-tests
  • remove-yaml-quotes
  • configurable-ci-setup-lookup-path
  • dev-image-test-bak
  • dev-images
  • tmp/deploy-image-build
  • fast-ci
  • modular-templates
10 results

pre-deploy-cleanup.bash

Blame
  • Forked from tecnalia_robotics-public / templates
    Source project has a limited visibility.
    pre-deploy-cleanup.bash 132 B
    #!/bin/bash
    
    set -e
    
    rm -rf /root/catkin_ws/build /root/catkin_ws/devel /root/catkin_ws/logs /root/catkin_ws/src
    
    # Unset env vars?