Skip to content
Snippets Groups Projects
Commit bbbaccce authored by Marek Veselý's avatar Marek Veselý Committed by Martin Horák
Browse files

* fix: commit stage, definitions importing

parent 0f83ec3f
No related branches found
No related tags found
No related merge requests found
...@@ -33,12 +33,12 @@ commit_zip: ...@@ -33,12 +33,12 @@ commit_zip:
- git config --global user.name "CI Bot" - git config --global user.name "CI Bot"
- git add files-from-repos/intro-definition.zip - git add files-from-repos/intro-definition.zip
- git add files-from-repos/showcase-definition.zip - git add files-from-repos/showcase-definition.zip
- git commit -m "Add authomatically deployment-files.zip" - git commit -m "Add automatically deployment-files.zip"
- git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:"$CI_PIPELINE_ID" -o ci.skip - git push https://oauth2:${GITLAB_TOKEN}@gitlab.fi.muni.cz/inject/inject-docs.git HEAD:"$CI_PIPELINE_ID" -o ci.skip
dependencies: dependencies:
- setup - setup
only: only:
- cidatel - citadel
build: build:
stage: build stage: build
......
...@@ -35,7 +35,7 @@ Here are some key tasks to keep in mind: ...@@ -35,7 +35,7 @@ Here are some key tasks to keep in mind:
<div class="navigation" markdown> <div class="navigation" markdown>
[Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button } [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button }
</div> </div>
......
...@@ -29,7 +29,7 @@ However, there is an alternative option available: you can prepare content direc ...@@ -29,7 +29,7 @@ However, there is an alternative option available: you can prepare content direc
It is a great starting point. It is a great starting point.
<div class="navigation" markdown> <div class="navigation" markdown>
[INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button } [INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button }
</div> </div>
- Then look at the definition details section: - Then look at the definition details section:
...@@ -152,7 +152,7 @@ n. ...@@ -152,7 +152,7 @@ n.
- You may use the showcase definition provided here: - You may use the showcase definition provided here:
<div class="navigation" markdown> <div class="navigation" markdown>
[INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button } [INJECT Definition Example](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/showcase-definition.zip?ref_type=heads&inline=false){ .md-button }
</div> </div>
3. **Create an Exercise** 3. **Create an Exercise**
...@@ -177,7 +177,7 @@ n. ...@@ -177,7 +177,7 @@ n.
experience.** experience.**
<div class="navigation" markdown> <div class="navigation" markdown>
[Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button } [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/intro-definition.zip?ref_type=heads&inline=false){ .md-button }
</div> </div>
......
...@@ -67,7 +67,7 @@ If any errors occur, please refer to the [troubleshooting guides](./troubleshoot ...@@ -67,7 +67,7 @@ If any errors occur, please refer to the [troubleshooting guides](./troubleshoot
By following the installation guide, you'll be able to successfully set up and deploy the IXP. By following the installation guide, you'll be able to successfully set up and deploy the IXP.
After completing the installation, After completing the installation,
you may download this [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/files-from-repos/intro-definition.zip?ref_type=heads&inline=false) you may download this [Intro Definition](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/files-from-repos/intro-definition.zip?ref_type=heads&inline=false)
and try to upload it to test the platform's functionality. and try to upload it to test the platform's functionality.
If you encounter any bugs, If you encounter any bugs,
......
...@@ -77,7 +77,7 @@ Admin can be created only by admin users. ...@@ -77,7 +77,7 @@ Admin can be created only by admin users.
As a separator for the column, you can use either `,` or `;`. As a separator for the column, you can use either `,` or `;`.
An example of such a file can be [downloaded](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/main/docs/tech/example_csv.csv?ref_type=heads&inline=false). An example of such a file can be [downloaded](https://gitlab.fi.muni.cz/inject/inject-docs/-/raw/citadel/docs/tech/example_csv.csv?ref_type=heads&inline=false).
The CSV file can be also used for the bulk adding of a new tags. If the platform detects username The CSV file can be also used for the bulk adding of a new tags. If the platform detects username
(email) that already exists on the platform it skips the creation and sending of the credentials and (email) that already exists on the platform it skips the creation and sending of the credentials and
......
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