Closed elisabettai closed 1 year ago
When building a new service, this fails: https://github.com/ITISFoundation/cookiecutter-osparc-service/blob/9f44b3193cab4850d1366323dc5e8d656988bb12/%7B%7Bcookiecutter.project_slug%7D%7D/Makefile#L47
I solved by manually pulling itisfoundation/service-integration:master-github-latest, maybe we can add it to this Makefile?
itisfoundation/service-integration:master-github-latest
Makefile
Or maybe we should use this: https://github.com/ITISFoundation/ci-service-integration-library As we're doing for the latest dynamic services.
When building a new service, this fails: https://github.com/ITISFoundation/cookiecutter-osparc-service/blob/9f44b3193cab4850d1366323dc5e8d656988bb12/%7B%7Bcookiecutter.project_slug%7D%7D/Makefile#L47
I solved by manually pulling
itisfoundation/service-integration:master-github-latest
, maybe we can add it to thisMakefile
?