tests: fixed secrets_sops.yml path

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2021-12-23 13:50:07 -08:00
parent 9c81a155c9
commit 1bbc4777af
3 changed files with 4 additions and 4 deletions

View File

@@ -6,10 +6,10 @@ import (
engine.#Plan & {
inputs: {
directories: testdata: path: "./tasks/build/testdata"
directories: testdata: path: "./testdata"
secrets: dockerHubToken: command: {
name: "sops"
args: ["exec-env", "./secrets_sops.yaml", "echo $DOCKERHUB_TOKEN"]
args: ["exec-env", "../../secrets_sops.yaml", "echo $DOCKERHUB_TOKEN"]
}
}