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

Move vendir.yml to the root of the repo #60

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.