Skip to content

Commit

Permalink
Build community addons for strict from main (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos committed Apr 20, 2022
1 parent e80b5d7 commit c7e1718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/set-env-variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export KUBE_SNAP_ROOT="$(readlink -f .)"

export ADDONS_REPOS="
core,${CORE_ADDONS_REPO:-https://github.com/canonical/microk8s-core-addons},${CORE_ADDONS_REPO_BRANCH:-main}
community,${COMMUNITY_ADDONS_REPO:-https://github.com/canonical/microk8s-community-addons},${COMMUNITY_ADDONS_REPO_BRANCH:-strict}
community,${COMMUNITY_ADDONS_REPO:-https://github.com/canonical/microk8s-community-addons},${COMMUNITY_ADDONS_REPO_BRANCH:-main}
"
export ADDONS_REPOS_ENABLED="core"

Expand Down

0 comments on commit c7e1718

Please sign in to comment.