fix: tidy up a little
Signed-off-by: David Flanagan <david@rawkode.dev>
This commit is contained in:
parent
88748d3563
commit
574e9ccf16
@ -9,8 +9,9 @@ dagger.#Plan & {
|
||||
client: {
|
||||
filesystem: "./": read: contents: dagger.#FS
|
||||
env: {
|
||||
PULUMI_CONFIG_PASSPHRASE: dagger.#Secret
|
||||
PULUMI_ACCESS_TOKEN: dagger.#Secret
|
||||
// If not using Pulumi SaaS, use CONFIG_PASSPHRASE
|
||||
// PULUMI_CONFIG_PASSPHRASE: dagger.#Secret
|
||||
}
|
||||
}
|
||||
actions: rawkode: pulumi.#Up & {
|
||||
|
@ -71,7 +71,6 @@ import (
|
||||
}
|
||||
node_modules: {
|
||||
dest: "/src/node_modules"
|
||||
type: "cache"
|
||||
contents: core.#CacheDir & {
|
||||
id: "pulumi-npm-cache"
|
||||
}
|
||||
|
Reference in New Issue
Block a user