fix: change source to dot #3

Merged
CodeByMrFinchum merged 1 commit from fix/ci12 into main 2025-04-10 17:00:20 +02:00
Showing only changes of commit 2e2bba2aa5 - Show all commits

View file

@ -42,7 +42,7 @@ steps:
- git config --global user.email "ci@noreply.boxyfoxy.net" - git config --global user.email "ci@noreply.boxyfoxy.net"
- git config --global user.name "CI Bot" - git config --global user.name "CI Bot"
- git remote set-url origin https://CodeByMrFinchum:$${CI_TOKEN}@code.boxyfoxy.net/$${CI_REPO}.git - git remote set-url origin https://CodeByMrFinchum:$${CI_TOKEN}@code.boxyfoxy.net/$${CI_REPO}.git
- source gitversion.env - . gitversion.env
- git tag $GitVersion_SemVer - git tag $GitVersion_SemVer
- git push origin tag $GitVersion_SemVer - git push origin tag $GitVersion_SemVer
@ -54,7 +54,7 @@ steps:
image: python:3.9.21 image: python:3.9.21
commands: commands:
- ls - ls
- source gitversion.env - . gitversion.env
- sed -i "s/^__version__ = .*/__version__ = \"$GitVersion_SemVer\"/" src/PyPiUpdater/__init__.py - sed -i "s/^__version__ = .*/__version__ = \"$GitVersion_SemVer\"/" src/PyPiUpdater/__init__.py
- cat src/PyPiUpdater/__init__.py - cat src/PyPiUpdater/__init__.py
- python3 -m pip install build - python3 -m pip install build