Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 63b99a8

Browse files
authored
Move vendir.yml to the root of the repo (#60)
1 parent 93f7b33 commit 63b99a8

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
**/build-harness
1818

1919
*.lock.*
20+
.vendir-tmp

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ build-harness
1010
.idea
1111
*.iml
1212
*.lock.*
13+
.vendir-tmp

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ COPY --from=cli /usr/cli/$CLI_NAME /usr/local/bin
7979

8080
COPY rootfs/ /
8181
COPY stacks/ /stacks/
82-
COPY vendor/ /vendor/
82+
COPY vendir.yml /vendir.yml
8383

8484
WORKDIR /

cli/main.variant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ option "config-dir" {
5656
}
5757

5858
option "vendor-config-path" {
59-
default = "./vendor/vendir.yml"
59+
default = "./vendir.yml"
6060
description = "Path to the vendor configuration file"
6161
type = string
6262
}
File renamed without changes.

0 commit comments

Comments
 (0)