Port azure.#CLI from up to os.#Container + manual testing + integrate bats test

Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
This commit is contained in:
Guillaume de Rouville
2021-08-11 15:16:56 +02:00
parent 5908aa628e
commit bdd6b5a56e
10 changed files with 68 additions and 63 deletions

View File

@@ -1,8 +1,8 @@
package resourcegroup
import (
"alpha.dagger.io/os"
"alpha.dagger.io/azure"
"alpha.dagger.io/os"
)
// Create a resource group
@@ -21,9 +21,6 @@ import (
image: azure.#CLI & {
"config": config
}
// Path of the shell to execute
shell: path: "/bin/bash"
always: true
command: """