From 8023b0917b38e18bb3aa9ee698a2be8275c77633 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 6 Oct 2021 06:37:27 -0500 Subject: [PATCH] Removed deploy stage --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac7e4b..af8c48a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ default: stages: # List of stages for jobs, and their order of execution - build - test - - deploy build-job: # This job runs in the build stage, which runs first. stage: build