tooploox / oya

Using Oya packs containing reusable boilerplate & scripts, you can bootstrap easy to work with, deployable projects
https://oya.sh
MIT License
151 stars 3 forks source link

Oya with project structure failes on subtask with missing "secrets.oya" #46

Closed bart84ek closed 5 years ago

bart84ek commented 5 years ago
├── backend
│   ├── Oyafile
│   ├── app
│   └── app.go
├── frontend
│   ├── Oyafile
│   ├── public
│   │   └── index.html
│   └── template
│       └── index.html
└── secrets.oya```

i can't run tasks defined in frontend/Oyafile:

$ oya run -r generate

Error: Internal error: secrets.oya file not found while loading


Error: error loading Oyafile /Users/bart/work/tooploox/oya-howto-proj/Oyafile: Internal error: secrets.oya file not found while loading


creating empty secrets.oya in frontend dir fixes problem
bart84ek commented 5 years ago

Closing, no longer occure