Skip to content
Snippets Groups Projects
Commit 55bd3ff0 authored by Noah Groß's avatar Noah Groß
Browse files

Remove deepl invocation

parent 3a5de637
No related branches found
No related tags found
No related merge requests found
Pipeline #285189 passed
...@@ -4,24 +4,11 @@ variables: ...@@ -4,24 +4,11 @@ variables:
# To download the theme # To download the theme
GIT_SUBMODULE_STRATEGY: none GIT_SUBMODULE_STRATEGY: none
default:
before_script:
- apk add --update --no-cache openssh-client python3
- apk add py-pip
- python3 -m venv .
- . bin/activate
- pip install deepl
test:
script:
- hugo
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
deploy: deploy:
before_script: before_script:
- apk add git openssh - apk add git openssh
script: script:
#- python3 translatePosts.py # Use Deploy Token of service account to pull documents
- git submodule set-url static/dokumente https://hda11644:${DOCUMENT_TOKEN}@code.fbi.h-da.de/fachschaft-informatik/fsr-fachschaftsrat/archive/dokumente - 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 - git submodule update --init --remote
- ls - ls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment