Rename dagger.#DAG to dagger.#Plan
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
parent
e3131671a7
commit
3d56513895
@ -1,10 +1,7 @@
|
||||
package engine
|
||||
|
||||
// A deployment plan executed by `dagger up`
|
||||
#Plan: #DAG
|
||||
|
||||
// A special kind of program which `dagger` can execute.
|
||||
#DAG: {
|
||||
#Plan: {
|
||||
// Receive inputs from the client
|
||||
inputs: {
|
||||
// Receive directories
|
||||
|
@ -4,8 +4,5 @@ import (
|
||||
"dagger.io/dagger/engine"
|
||||
)
|
||||
|
||||
// A deployment plan executed by `dagger up`
|
||||
#Plan: engine.#Plan
|
||||
|
||||
// A special kind of program which `dagger` can execute.
|
||||
#DAG: engine.#DAG
|
||||
#Plan: engine.#Plan
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"universe.dagger.io/yarn"
|
||||
)
|
||||
|
||||
dagger.#DAG & {
|
||||
dagger.#Plan & {
|
||||
// Build the app with yarn
|
||||
actions: build: yarn.#Build
|
||||
|
||||
|
Reference in New Issue
Block a user