Compare commits

...

2 commits

Author SHA1 Message Date
bc63fc68c1 Merge branch 'main' of https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/michals-silly-game-frontend
Some checks failed
ci / build (push) Failing after 48s
2025-04-24 14:42:22 +02:00
7506066c14 echo new version 2025-04-24 14:42:14 +02:00

View file

@ -61,6 +61,7 @@ jobs:
git stash
git pull
git stash pop
echo "${new_version}"
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
sed -i "s|forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-frontend:.*|forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/devfw-cicd/michals-silly-game-frontend:$new_version|" k8/deployment.yaml
git add .