Managed to missed the 'e' in Generate.

This commit is contained in:
Kieron Morris 2021-06-26 23:12:29 +01:00
parent af2013a0a3
commit d31f278a76

View File

@ -1,12 +1,12 @@
stages: stages:
- Genrate Stub and Versions - Generate Stub and Versions
- Generate Version Files - Generate Version Files
- Compile Sources - Compile Sources
- Link - Link
- Generate ISO - Generate ISO
compile_stub: compile_stub:
stage: Genrate Stub and Versions stage: Generate Stub and Versions
script: script:
- chmod +x ./compile_stub.sh - chmod +x ./compile_stub.sh
- ./compile_stub.sh - ./compile_stub.sh
@ -15,7 +15,7 @@ compile_stub:
- lib/stub.o - lib/stub.o
vergen: vergen:
stage: Genrate Stub and Versions stage: Generate Stub and Versions
script: script:
- chmod +x ./compile_vergen.sh - chmod +x ./compile_vergen.sh
- ./compile_vergen.sh - ./compile_vergen.sh