fix: change source to dot
This commit is contained in:
parent
bf5d680612
commit
2e2bba2aa5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue