Rename dagger.#Dir to dagger.#Artifact

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-03-13 06:29:37 +00:00
parent 3ce985b594
commit 6460a5c9fc
8 changed files with 15 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ import (
args: [...string]
// Source Directory to build
source: dagger.#Dir
source: dagger.#Artifact
// Environment variables
env: [string]: string
@@ -40,7 +40,7 @@ import (
version: *#Go.version | string
// Source Directory to build
source: dagger.#Dir
source: dagger.#Artifact
// Packages to build
packages: *"." | string
@@ -81,7 +81,7 @@ import (
version: *#Go.version | string
// Source Directory to build
source: dagger.#Dir
source: dagger.#Artifact
// Packages to test
packages: *"." | string