From ec564fdbd16995203d9f2bb63a467a67569c3753 Mon Sep 17 00:00:00 2001 From: Jon Azpiazu <jon.azpiazu@tecnalia.com> Date: Thu, 29 Aug 2019 10:09:15 +0200 Subject: [PATCH] Delete deprecated file --- .gitlab-industrial-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitlab-industrial-ci.yml diff --git a/.gitlab-industrial-ci.yml b/.gitlab-industrial-ci.yml deleted file mode 100644 index 623e468..0000000 --- a/.gitlab-industrial-ci.yml +++ /dev/null @@ -1,21 +0,0 @@ -image: docker:git - -variables: - TMPDIR: "${CI_PROJECT_DIR}.tmp" - -services: - - docker:dind - -stages: - - build - -before_script: - - apk add --update bash coreutils tar wget - - git clone https://github.com/ros-industrial/industrial_ci.git .ci_config - -industrial_ci_kinetic: - stage: build - script: .ci_config/gitlab.sh - variables: - ROS_DISTRO: kinetic - ROS_PARALLEL_JOBS: "-j1" # keep this for now, since there seems to be memory limit issues in the ci VM -- GitLab