summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2023-04-25 12:04:21 -0700
committerGitHub <noreply@github.com>2023-04-25 12:04:21 -0700
commite7e04f0e6512217490c4f32875188d220a70633d (patch)
tree3d5fb724985b56a98d3d8e26ee9d93633b8da9cd
parent0c2970e8d698ee45310d38e093ce5694a8820206 (diff)
parent522ae4a1dc6c71e1b0534be60be8677ad08e268e (diff)
Merge pull request #124 from Jason-elkins/master
ci: remove docker build
-rw-r--r--.gitlab-ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80f9f01..6324819 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,11 +54,6 @@ Centos_7.2.1511:
GIT_STRATEGY: clone
<<: *run_build
-Docker:
- tags: ["docker"]
- image: "registry.eng.cinecert.com/cc_projects/kalai/build_ubuntu_16.04:1.0.0"
- <<: *run_build
-
#### TEST ####