Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

master
Leni BEAULATON 2 weeks ago
parent 11e9f528b0
commit 8e24f3bd4d

@ -155,7 +155,8 @@ steps:
commands: commands:
- cd WF_EF_Api/StubbedContextLib - cd WF_EF_Api/StubbedContextLib
- dotnet tool install --global dotnet-ef - dotnet tool install --global dotnet-ef
- dotnet-ef database update - export PATH="$PATH:/root/.dotnet/tools"
- dotnet ef database update
depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db] depends_on: [deploy-api-db,deploy-auth-db,deploy-test-db]
- name: publish-to-registry - name: publish-to-registry

Loading…
Cancel
Save