Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fs-informatik
web
Commits
1b549caa
Commit
1b549caa
authored
1 month ago
by
Noah Groß
Browse files
Options
Downloads
Patches
Plain Diff
Update submodules in job
parent
0eea1f16
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#284563
failed
1 month ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-2
5 additions, 2 deletions
.gitlab-ci.yml
.gitmodules
+2
-2
2 additions, 2 deletions
.gitmodules
with
7 additions
and
4 deletions
.gitlab-ci.yml
+
5
−
2
View file @
1b549caa
...
@@ -2,8 +2,7 @@ image: hugomods/hugo:exts
...
@@ -2,8 +2,7 @@ image: hugomods/hugo:exts
variables
:
variables
:
# To download the theme
# To download the theme
GIT_SUBMODULE_STRATEGY
:
normal
GIT_SUBMODULE_STRATEGY
:
none
GIT_SUBMODULE_UPDATE_FLAGS
:
--remote
default
:
default
:
before_script
:
before_script
:
...
@@ -19,8 +18,12 @@ test:
...
@@ -19,8 +18,12 @@ test:
-
if
:
$CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
-
if
:
$CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
deploy
:
deploy
:
before_script
:
-
apk add git
script
:
script
:
#- python3 translatePosts.py
#- python3 translatePosts.py
-
git submodule set-url static/dokumente https://hda11644:${DOCUMENT_TOKEN}@code.fbi.h-da.de/fachschaft-informatik/fsr-fachschaftsrat/archive/dokumente
-
git submodule update --init --remote
-
ls
-
ls
-
hugo
-
hugo
# Setup SSH
# Setup SSH
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
+
2
−
2
View file @
1b549caa
[submodule "themes/hugo-arcana"]
[submodule "themes/hugo-arcana"]
path = themes/hugo-arcana
path = themes/hugo-arcana
url =
git@
github.com
:
half-duplex/hugo-arcana
.git
url =
https://
github.com
/
half-duplex/hugo-arcana
[submodule "static/dokumente"]
[submodule "static/dokumente"]
path = static/dokumente
path = static/dokumente
url =
git@
code.fbi.h-da.de
:
fachschaft-informatik/fsr-fachschaftsrat/archive/dokumente
url =
https://
code.fbi.h-da.de
/
fachschaft-informatik/fsr-fachschaftsrat/archive/dokumente
.git
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