Skip to content
Snippets Groups Projects
Commit dac96fe1 authored by Peter Vennemann's avatar Peter Vennemann
Browse files

Initial commit.

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #225043 passed
Showing
with 27 additions and 0 deletions
# The Docker image that will be used to build your app
image: node:lts
# Functions that should be executed before the build script is run
before_script:
- echo "pre"
stages:
- pages
- deploy
pages:
stage: pages
script:
- echo "pages"
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- public
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
deploy:
stage: deploy
script:
- echo 'Hello World!'
build/Ressourcen/DRUCKEN.GIF

1.6 KiB

build/Ressourcen/ETA.GIF

371 B

build/Ressourcen/HILFE.GIF

1.31 KiB

build/Ressourcen/HILFE_ICON.GIF

1.36 KiB

build/Ressourcen/KUGELN.GIF

1.7 KiB

build/Ressourcen/LEER.JPG

482 B

build/Ressourcen/OEFFNEN.GIF

1.41 KiB

build/Ressourcen/RHO.GIF

374 B

build/Ressourcen/WISCHER.GIF

1.43 KiB

build/Ressourcen/baum_o.jpg

3.29 KiB

build/Ressourcen/baum_u.jpg

3.29 KiB

build/Ressourcen/logo.jpg

1.54 KiB

build/Ressourcen/pLinkesHerz.gif

1.35 KiB

build/Ressourcen/pRechtesHerz.gif

1.39 KiB

build/Ressourcen/rohr_o.jpg

3.8 KiB

build/Ressourcen/rohr_u.jpg

3.83 KiB

build/Ressourcen/shunt_o.jpg

3.15 KiB

build/Ressourcen/shunt_u.jpg

3.15 KiB

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