Compare commits

..

3 Commits

Author SHA1 Message Date
d190d2f218 Added user spaces
Some checks failed
Test API before pr merge / test-lint (pull_request) Failing after 9s
Test before pr merge / test-translation-lint (pull_request) Successful in 36s
Test before pr merge / test-lint (pull_request) Successful in 1m12s
Test before pr merge / test-before-merge (pull_request) Successful in 1m44s
2025-04-18 14:10:07 +02:00
9b05667317 Revert "Fixed build"
All checks were successful
Build on push / prepare (push) Successful in 5s
Build on push / build-redirector (push) Successful in 29s
Build on push / build-api (push) Successful in 29s
Build on push / build-web (push) Successful in 55s
This reverts commit 2a387f7fa6.
2025-04-18 14:09:04 +02:00
2a387f7fa6 Fixed build
Some checks failed
Build on push / prepare (push) Successful in 15s
Build on push / build-api (push) Failing after 5s
Build on push / build-redirector (push) Failing after 5s
Build on push / build-web (push) Failing after 48s
2025-04-18 13:59:25 +02:00
2 changed files with 2 additions and 7 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Get Date and Build Number - name: Get Date and Build Number
run: | run: |
git fetch git fetch --tags
git tag git tag
DATE=$(date +'%Y.%m.%d') DATE=$(date +'%Y.%m.%d')
TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l) TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l)
@ -54,7 +54,6 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: version name: version
path: version.txt
- name: Build docker - name: Build docker
run: | run: |
@ -87,7 +86,6 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: version name: version
path: version.txt
- name: Build docker - name: Build docker
run: | run: |
@ -119,7 +117,6 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: version name: version
path: version.txt
- name: Prepare web build - name: Prepare web build
run: | run: |

View File

@ -17,7 +17,7 @@ jobs:
- name: Get Date and Build Number - name: Get Date and Build Number
run: | run: |
git fetch git fetch --tags
git tag git tag
DATE=$(date +'%Y.%m.%d') DATE=$(date +'%Y.%m.%d')
TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l) TAG_COUNT=$(git tag -l "${DATE}.*" | wc -l)
@ -86,7 +86,6 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: version name: version
path: version.txt
- name: Build docker - name: Build docker
run: | run: |
@ -118,7 +117,6 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: version name: version
path: version.txt
- name: Prepare web build - name: Prepare web build
run: | run: |