-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bf5927
commit 34cad82
Showing
5 changed files
with
24 additions
and
23 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Publish ROCK (edge) | ||
name: Publish rock (edge) | ||
on: | ||
push: | ||
branches: | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Publish ROCK (beta) | ||
name: Publish rock (beta) | ||
on: workflow_dispatch | ||
|
||
jobs: | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Copyright 2023 Canonical Ltd. | ||
# See LICENSE file for licensing details. | ||
name: charmed-mongodb # the name of your ROCK | ||
base: [email protected] # the base environment for this ROCK | ||
name: charmed-mongodb # the name of your rock | ||
base: [email protected] # the base environment for this rock | ||
version: "6.0.6-2" # just for humans. Semantic versioning is recommended | ||
summary: MongoDB in a rock. # 79 char long summary | ||
description: | | ||
|
@@ -19,7 +19,7 @@ services: | |
command: "/bin/bash /bin/start.sh" | ||
|
||
|
||
platforms: # The platforms this ROCK should be built on and run on | ||
platforms: # The platforms this rock should be built on and run on | ||
amd64: | ||
|
||
parts: | ||
|