010 ; warum greppt es nicht?
Some checks failed
ci/woodpecker/push/build_and_copy_website Pipeline failed
Some checks failed
ci/woodpecker/push/build_and_copy_website Pipeline failed
This commit is contained in:
parent
239ff5b8f9
commit
bc7627ba11
2 changed files with 7 additions and 2 deletions
|
|
@ -28,7 +28,12 @@ steps:
|
|||
|
||||
- which grep
|
||||
- ls -l $(which grep)
|
||||
- grep -e 'schon mal selbst Materialien erstellt oder arbeitest in einer Community' Website/PROD/index.html
|
||||
|
||||
- grep -E ".+schon .+" Website/PROD/index.html
|
||||
# - grep 'schon' Website/PROD/index.html
|
||||
# - grep 'schon mal selbst Materialien erstellt oder arbeitest in einer Community' Website/PROD/index.html
|
||||
# - grep -E 'schon mal selbst Materialien erstellt oder arbeitest in einer Community' Website/PROD/index.html
|
||||
# - grep -e 'schon mal selbst Materialien erstellt oder arbeitest in einer Community' Website/PROD/index.html
|
||||
- echo $?
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@ frontmatter:
|
|||
date:
|
||||
- datePublished
|
||||
- date
|
||||
- publishDate
|
||||
- publishDate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue