Skip to content
Snippets Groups Projects
Verified Commit bd065118 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrades): Fix broken execution of scripts

parent 5c7b2dfe
Branches
Tags
No related merge requests found
......@@ -26,8 +26,8 @@ stringData:
set -e
set -x
secrets="$(dirname "$0")"
$secrets/setup-copr.sh
$secrets/kubernetes-upgrade.sh
source "$secrets/setup-copr.sh"
source "$secrets/kubernetes-upgrade.sh"
---
apiVersion: upgrade.cattle.io/v1
kind: Plan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment