This commit is contained in:
@@ -322,8 +322,9 @@ jobs:
|
|||||||
line="${line//__BUILD_TAG__/$BUILD_TAG}"
|
line="${line//__BUILD_TAG__/$BUILD_TAG}"
|
||||||
line="${line//__BASE_IMAGE__/$BASE_IMAGE}"
|
line="${line//__BASE_IMAGE__/$BASE_IMAGE}"
|
||||||
line="${line//__CURRENT_DATE__/$CURRENT_TIME}"
|
line="${line//__CURRENT_DATE__/$CURRENT_TIME}"
|
||||||
|
line="${line//__HISTORY_CONTENT__/$HISTORY_CONTENT}"
|
||||||
line="${line//__DOCKER_RUN__/$DOCKER_RUN_FINAL}" # <--- NEU
|
line="${line//__DOCKER_RUN__/$DOCKER_RUN_FINAL}" # <--- NEU
|
||||||
# ... restliche Block-Injections ...
|
|
||||||
echo "$line" >> "$output"
|
echo "$line" >> "$output"
|
||||||
done < "$template"
|
done < "$template"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user