6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit e3313d95

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-13 14:57:32 +0200
1948: updated pipelines

Changed files

azure/templates/download-env.yml | 6 ------
 1 file changed, 6 deletions(-)

Diff

diff --git a/azure/templates/download-env.yml b/azure/templates/download-env.yml
index c22ca055..868e0a37 100644
--- a/azure/templates/download-env.yml
+++ b/azure/templates/download-env.yml
@@ -11,10 +11,4 @@ steps:
contents: $(dotenvFileName)
targetFolder: $(Agent.BuildDirectory)/s
displayName: 'Import .env file'
-
-- task: DownloadSecureFile@1
- displayName: 'Download .env file'
- name: dotenv
- inputs:
- secureFile: $(dotenvFileName)
\ No newline at end of file