-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix branch used to trigger release to 5/edge (#221)
* Split cluster initialization into two patrs: 1. Cluster initialization 2. User creation * Fix lint issue * Fix lint issue * Fix unit tests * Fix branch used to trigger release to 5/edge * Update CI build scripts to use 'build withoug cache' workflow * Free disk space * Update src/charm.py Updated doc string for `_initialise_users` function Co-authored-by: Mia Altieri <[email protected]> * Fix lint issues --------- Co-authored-by: Mia Altieri <[email protected]>
- Loading branch information
1 parent
5acba15
commit 7e659d0
Showing
4 changed files
with
81 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Release to 5/edge | |
on: | ||
push: | ||
branches: | ||
- main | ||
- 5/edge | ||
|
||
jobs: | ||
lib-check: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters