frequenz-floss / frequenz-repo-config-python

Frequenz repository setup tools and common configuration for Python
https://frequenz-floss.github.io/frequenz-repo-config-python/
MIT License
3 stars 7 forks source link

Fix credentials not passed or configured the CI workflow #286

Closed llucax closed 2 days ago

llucax commented 3 days ago

Fixes #278.

llucax commented 3 days ago

FYI @cwasicki

llucax commented 3 days ago

Oh, damn, this doesn't work if credentials are not passed because COPY in the Dockerfile fails. For now I will just do another hack and justtouch` the file, but this is really a temporary super hacky solution. The proper solution is to run the tests in a container instead of making the docker image build process the test, but that's much more work.

llucax commented 2 days ago

ping @Marenz