This commit is contained in:
parent
fdc2a3cc88
commit
98a72b5da8
2 changed files with 5 additions and 1 deletions
|
|
@ -31,14 +31,17 @@ steps:
|
|||
|
||||
- grep -E ".+" Website/PROD/index.html
|
||||
#- grep -E ".+schon .+" Website/PROD/index.html
|
||||
#lokal läuft $busybox grep -E 'schon' Website/PROD/index.html | ????
|
||||
- if grep -E "Team vollständig" Website/PROD/index.html; then echo "Blog Teamseite"; else echo "Webseite Startseite"; fi
|
||||
- echo $?
|
||||
|
||||
# - 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
|
||||
- if grep -i -E "Du hast .+ selbst Materialien erstellt .+ in einer Community" Website/PROD/index.html && grep "zielt FOERBICO auf die Vernetzung" Website/PROD/index.html; then echo "Blog Teamseite"; else echo "Webseite Startseite"; fi
|
||||
- echo $?
|
||||
|
||||
|
||||
- name: copy_to_server
|
||||
image: alpine
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
#staticSiteGenerator:
|
||||
title: OER und OEP
|
||||
url: oer-und-oep
|
||||
weight: 100
|
||||
---
|
||||
|
||||
## Was sind Open Educational Resources (OER) und Open Educational Practices (OEP)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue