From 511c79e2310659767f7b303ecb5dd710da2fffd4 Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Thu, 16 Nov 2023 12:46:08 +0100 Subject: [PATCH] Fix errors with transistion --- docs/environments.md | 2 -- docs/testing.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/environments.md b/docs/environments.md index 1c170d0..fed3aaf 100644 --- a/docs/environments.md +++ b/docs/environments.md @@ -409,5 +409,3 @@ The simplest way to ensure that users than exactly reproduce your environment is Therefore you should always publish a docker image containing the exact dependencies for reproducing the results The templates contains a workflow for building docker images using GitHub actions for every new tag - ---- diff --git a/docs/testing.md b/docs/testing.md index ed6fdb0..470ede9 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -225,5 +225,3 @@ jobs: TBW - ----