1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-08-07 06:30:04 +00:00

Fixed mkdir problem.

This commit is contained in:
Jesper Balman Gravgaard
2022-01-24 08:19:42 +00:00
parent 0685e974db
commit 66205f3a99

View File

@@ -50,12 +50,11 @@ release:
doxygen:
stage: package
image: alpine
cache: []
script:
- apk update && apk add doxygen graphviz ttf-freefont
- pwd
- ls -l
- mkdir target
- mkdir -p target
- mkdir target/doxygen
- doxygen src/main/doxygen/doxygen.conf
- mv target/doxygen/html/ public/