Skip to content

Docker: ERROR: Copybara config file filename should be 'copy.bara.sky' but it is 'something.else.sky' #127

@fuxingloh

Description

@fuxingloh

In README.md

A few environment variables exist to allow you to change how you run copybara:

  • COPYBARA_CONFIG=copy.bara.sky
    allows you to specify a path to a config file, defaults to root copy.bara.sky

I tried running it:

docker run \
       -e COPYBARA_CONFIG='something.else.sky' \
       -e COPYBARA_WORKFLOW='master' \
       -v "$(pwd)":/usr/src/app \
       -it copybara copybara

However, when I specific a config other than copy.bara.sky the error; "Copybara config file filename should be 'copy.bara.sky' but it is 'something.else.sky'" will be raised.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions