Skip to content

Commit

Permalink
EN Ordner in .github verschoben (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjcncpt committed Jul 2, 2024
1 parent dfd1d3a commit a03514b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/tests/encoding_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ def get_type(file):
return chardet.detect(raw)


file_eng_live = "en/live/global.ini"
file_eng_live = ".github/en/live/global.ini"
file_deu_live = "live/global.ini"
file_eng_ptu = "en/ptu/global.ini"
file_eng_ptu = ".github/en/ptu/global.ini"
file_deu_ptu = "ptu/global.ini"

type_eng_live = get_type(file_eng_live)
Expand Down
4 changes: 2 additions & 2 deletions .github/tests/key_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def keys_in_second_ini(first_file, second_file):


# Files to be checked
eng_live_file = "en/live/global.ini"
eng_live_file = ".github/en/live/global.ini"
deu_live_file = "live/global.ini"
# eng_ptu_file = "en/ptu/global.ini"
# eng_ptu_file = ".github/en/ptu/global.ini"
# deu_ptu_file = "ptu/global.ini"

exit_code = 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Create Release Title For PTU
id: title_ptu # creates a title for the release that shows the version number used in the title of the last commit that changed the ptu/global.ini
if: steps.new_commits_ptu.outputs.NEW_COMMIT_COUNT_PTU > 0
# run: echo "RELEASE_TITLE_PTU=$(cat 'en/ptu/build.ptu')" >> $GITHUB_OUTPUT
# run: echo "RELEASE_TITLE_PTU=$(cat '.github/en/ptu/build.ptu')" >> $GITHUB_OUTPUT
run: |
if [$(git log -1 --pretty=%s -- ptu/global.ini | grep "|") == ""]
then
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Create Release Title For LIVE
id: title_live # creates a title for the release that shows the version number used in the title of the last commit that changed the live/global.ini
if: steps.new_commits_live.outputs.NEW_COMMIT_COUNT_LIVE > 0
# run: echo "RELEASE_TITLE_LIVE=$(cat 'en/live/build.live')" >> $GITHUB_OUTPUT
# run: echo "RELEASE_TITLE_LIVE=$(cat '.github/en/live/build.live')" >> $GITHUB_OUTPUT
run: |
if [$(git log -1 --pretty=%s -- live/global.ini | grep "|") == ""]
then
Expand Down
7 changes: 0 additions & 7 deletions en/Hinweis.txt

This file was deleted.

1 change: 0 additions & 1 deletion en/live/build.live

This file was deleted.

0 comments on commit a03514b

Please sign in to comment.