fix: tidy up a little

Signed-off-by: David Flanagan <david@rawkode.dev>
This commit is contained in:
David Flanagan 2022-04-01 21:09:22 +01:00
parent 88748d3563
commit 574e9ccf16
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,9 @@ dagger.#Plan & {
client: {
filesystem: "./": read: contents: dagger.#FS
env: {
PULUMI_CONFIG_PASSPHRASE: dagger.#Secret
PULUMI_ACCESS_TOKEN: dagger.#Secret
PULUMI_ACCESS_TOKEN: dagger.#Secret
// If not using Pulumi SaaS, use CONFIG_PASSPHRASE
// PULUMI_CONFIG_PASSPHRASE: dagger.#Secret
}
}
actions: rawkode: pulumi.#Up & {

View File

@ -71,7 +71,6 @@ import (
}
node_modules: {
dest: "/src/node_modules"
type: "cache"
contents: core.#CacheDir & {
id: "pulumi-npm-cache"
}