Skip to content
Snippets Groups Projects
Commit 8f967312 authored by Dan Gitschooldude's avatar Dan Gitschooldude
Browse files

Reverted all changes shown in the demonstration

parent e392d40e
No related branches found
No related tags found
1 merge request!14Resolve "Demonstrate job triggers"
Pipeline #64254957 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment