removed dagger up in favor of dagger do
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
actions: tests: build: {
|
||||
actions: test: build: {
|
||||
// Test: simple docker.#Build
|
||||
simple: {
|
||||
#testValue: "hello world"
|
||||
|
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
dagger.#Plan & {
|
||||
|
||||
actions: tests: image: {
|
||||
actions: test: image: {
|
||||
|
||||
// Test: change image config with docker.#Set
|
||||
set: {
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
dagger.#Plan & {
|
||||
actions: tests: run: {
|
||||
actions: test: run: {
|
||||
_build: alpine.#Build
|
||||
_image: _build.output
|
||||
|
||||
|
@@ -5,5 +5,5 @@ setup() {
|
||||
}
|
||||
|
||||
@test "docker" {
|
||||
dagger up
|
||||
dagger "do" -p ./ test
|
||||
}
|
||||
|
Reference in New Issue
Block a user