mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Fix sed command delimiter for updating timestamp in version.py
This commit is contained in:
parent
cb62a13c40
commit
202ef265de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
|
|
||||||
# Update the timestamp in version.py
|
# Update the timestamp in version.py
|
||||||
echo "Updating timestamp to ${TIMESTAMP} in version.py"
|
echo "Updating timestamp to ${TIMESTAMP} in version.py"
|
||||||
sed -i "s/__timestamp__ = None.*/__timestamp__ = '${TIMESTAMP}' # Set during CI/CD build process/" version.py
|
sed -i "s|__timestamp__ = None.*|__timestamp__ = '${TIMESTAMP}' # Set during CI/CD build process|" version.py
|
||||||
cat version.py # Verify the file was updated correctly
|
cat version.py # Verify the file was updated correctly
|
||||||
|
|
||||||
# Make the version.py change part of the Docker build context
|
# Make the version.py change part of the Docker build context
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue