Skip to content
Snippets Groups Projects
Commit 9007c97e authored by Ralf Jung's avatar Ralf Jung
Browse files

fix yaml syntax

parent cbcf0903
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ buildjob:
tags:
- coq
script:
- make -j8 TIMED=y | tee /dev/stdout | egrep "[a-zA-Z0-9-_/]+ \(user: [0-9]" > build-time.txt
- "make -j8 TIMED=y | tee /dev/stdout | egrep '[a-zA-Z0-9-_/]+ \(user: [0-9]' > build-time.txt"
artifacts:
paths:
- build-time.txt
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