From 2cb704d11a00d77c0fd403b110f71bfef7cb1f7f Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 3 Jul 2025 12:41:50 +1100 Subject: [PATCH] remove redundant setting of ARCHIVE_UNIQUE_ID in win artifact script --- conda_smithy/templates/create_conda_build_artifacts.bat.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/conda_smithy/templates/create_conda_build_artifacts.bat.tmpl b/conda_smithy/templates/create_conda_build_artifacts.bat.tmpl index 1db70020b..0bb6fc0bf 100644 --- a/conda_smithy/templates/create_conda_build_artifacts.bat.tmpl +++ b/conda_smithy/templates/create_conda_build_artifacts.bat.tmpl @@ -36,9 +36,6 @@ if not "%ARTIFACT_UNIQUE_ID%" == "%ARTIFACT_UNIQUE_ID:~0,80%" ( set ARTIFACT_UNIQUE_ID=%CI_RUN_ID%_%SHORT_CONFIG% ) -rem Set a descriptive ID for the archive(s), specialized for this particular job run -set ARCHIVE_UNIQUE_ID=%CI_RUN_ID%_%CONFIG% - rem Make the build artifact zip if defined BLD_ARTIFACT_PREFIX ( set BLD_ARTIFACT_NAME=%BLD_ARTIFACT_PREFIX%_%ARTIFACT_UNIQUE_ID%