test 10
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
548f4b652a
commit
32fdb2d88f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -51,5 +51,5 @@ jobs:
|
|||
run: |
|
||||
helm repo add minecraft-server-charts https://itzg.github.io/minecraft-server-charts/
|
||||
helm repo update
|
||||
helm get values -n ${NAMESPACE} ${HELM_RELEASE_NAME} > values.yaml|| echo "No values found"
|
||||
#helm upgrade ${HELM_RELEASE_NAME} minecraft-server-charts/minecraft -n ${NAMESPACE} -f values.yaml --set minecraftServer.downloadModpackUrl=
|
||||
helm get values -n ${{env.NAMESPACE}} ${{env.HELM_RELEASE_NAME}} > values.yaml|| echo "No values found"
|
||||
helm upgrade ${{env.HELM_RELEASE_NAME}} minecraft-server-charts/minecraft -n ${{env.NAMESPACE}} -f values.yaml --set minecraftServer.downloadModpackUrl=https://git.modus.toldi.eu/${{github.repository}}/actions/runs/${{github.run_id}}/artifacts/mods
|
Loading…
Reference in a new issue