Skip to content
Snippets Groups Projects
Commit 31dd01a3 authored by Roman Dvořák's avatar Roman Dvořák
Browse files

fix zipper and add anthore example definition to the repo

parent 8d80613f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ setup:
script:
- ./utilities.sh # Running the script to setup directories and copy files
- mkdir -p files-from-repos
- zip -r ./files-from-repos/deployment-files.zip ./frontend/docker/nginx-deployment/
- zip -r -j ./files-from-repos/deployment-files.zip ./frontend/docker/nginx-deployment/
artifacts:
paths:
- docs/tech
......@@ -34,6 +34,7 @@ commit_zip:
- git config --global user.email "ci@gitlab.com"
- git config --global user.name "CI Bot"
- git add files-from-repos/deployment-files.zip
- git add files-from-repos/showcase-definition.zip
- git commit -m "Add authomatically deployment-files.zip"
- git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:main -o ci.skip
dependencies:
......
......@@ -6,3 +6,6 @@
path = frontend
url = ../frontend
branch = main
[submodule "showcase-definition"]
path = showcase-definition
url = ../definitions/showcase-definition
Subproject commit 78c61a3ec30a3c408e184b3a93df82835e613bc4
......@@ -16,3 +16,4 @@ cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md
cp ./backend/CHANGELOG.md ./docs/tech/architecture/CHANGELOG.md
cp ./backend/openapi.yml ./docs/tech/api/openapi.yml
cp ./frontend/docker/nginx-deployment/README.md ./files-from-repos/nginx-README.md
cp ./showcase-definition/assets/definition.zip ./files-from-repos/showcase-definition.zip
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