This commit is contained in:
@@ -317,7 +317,7 @@ jobs:
|
|||||||
if [ -f "$template" ]; then
|
if [ -f "$template" ]; then
|
||||||
> "$output"
|
> "$output"
|
||||||
while IFS= read -r line || [ -n "$line" ]; do
|
while IFS= read -r line || [ -n "$line" ]; do
|
||||||
# 1. Standard Ersetzungen (String Replace)
|
# 1. Standard Ersetzungen
|
||||||
line="${line//__REPO_NAME__/$REPO_PURE}"
|
line="${line//__REPO_NAME__/$REPO_PURE}"
|
||||||
line="${line//__FULL_URL__/$FULL_URL}"
|
line="${line//__FULL_URL__/$FULL_URL}"
|
||||||
line="${line//__BUILD_TAG__/$BUILD_TAG}"
|
line="${line//__BUILD_TAG__/$BUILD_TAG}"
|
||||||
|
|||||||
Reference in New Issue
Block a user