Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inject-docs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INJECT
inject-docs
Commits
31dd01a3
There was an error fetching the commit references. Please try again later.
Commit
31dd01a3
authored
9 months ago
by
Roman Dvořák
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
showcase-definition
+1
-0
1 addition, 0 deletions
showcase-definition
utilities.sh
+1
-0
1 addition, 0 deletions
utilities.sh
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
1
View file @
31dd01a3
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
3
−
0
View file @
31dd01a3
...
...
@@ -6,3 +6,6 @@
path = frontend
url = ../frontend
branch = main
[submodule "showcase-definition"]
path = showcase-definition
url = ../definitions/showcase-definition
This diff is collapsed.
Click to expand it.
showcase-definition
@
78c61a3e
Subproject commit 78c61a3ec30a3c408e184b3a93df82835e613bc4
This diff is collapsed.
Click to expand it.
utilities.sh
+
1
−
0
View file @
31dd01a3
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment