From 8f967312b81229e96a82f97328401d3fb02b019a Mon Sep 17 00:00:00 2001 From: Dan Gitschooldude <gitschooldude@gmail.com> Date: Sat, 1 Jun 2019 12:55:24 -0500 Subject: [PATCH] Reverted all changes shown in the demonstration --- .gitlab-ci.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f1d3f6..736dbee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,6 @@ stages: - Run Build code: - only: - changes: - - Makefile - - src/* - - include/* image: gcc stage: Build script: @@ -17,25 +12,13 @@ Build code: - hello Nominal Run: - only: - changes: - - Makefile - - src/* - - include/* image: gcc stage: Run script: - ./hello Cmd-line Run: - only: - changes: - - Makefile - - src/* - - include/* image: gcc stage: Run script: - ./hello Dan Gitschooldude - - -- GitLab