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

Commit

Permalink
Move vendir.yml to the root of the repo (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Nov 18, 2020
1 parent 93f7b33 commit 63b99a8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
**/build-harness

*.lock.*
.vendir-tmp
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ build-harness
.idea
*.iml
*.lock.*
.vendir-tmp
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ COPY --from=cli /usr/cli/$CLI_NAME /usr/local/bin

COPY rootfs/ /
COPY stacks/ /stacks/
COPY vendor/ /vendor/
COPY vendir.yml /vendir.yml

WORKDIR /
2 changes: 1 addition & 1 deletion cli/main.variant
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ option "config-dir" {
}

option "vendor-config-path" {
default = "./vendor/vendir.yml"
default = "./vendir.yml"
description = "Path to the vendor configuration file"
type = string
}
Expand Down
File renamed without changes.

0 comments on commit 63b99a8

Please sign in to comment.