Skip to content
Snippets Groups Projects
Verified Commit 5d93b744 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#25] repair indentation

parent 0fdd723f
No related branches found
No related tags found
1 merge request!16Resolve "CI Tool: Build Doxygen documentation and upload"
Pipeline #24827 passed
...@@ -35,17 +35,17 @@ build_win10_msvc: ...@@ -35,17 +35,17 @@ build_win10_msvc:
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build . - cmake --build .
deploy_doc_web: deploy_doc_web:
stage: deploy stage: deploy
needs: ["build_ubuntu_gcc"] needs: ["build_ubuntu_gcc"]
dependencies: dependencies:
- build_ubuntu_gcc - build_ubuntu_gcc
tags: tags:
- webserver - webserver
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: script:
- echo $CI_COMMIT_BRANCH - echo $CI_COMMIT_BRANCH
- pwd - pwd
- cd /html - cd /html
- ls - ls
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment