|
1 | 1 | if "%GITHUB_ACTIONS%"=="true" (
|
2 |
| - echo ::warning title=Mambaforge is now deprecated!::Future Miniforge releases will NOT build Mambaforge installers. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/. If you require mambaforge, you may pin your installer to one found from https://github.com/conda-forge/miniforge/releases/tag/24.5.0-1 |
| 2 | + echo ::warning title=Mambaforge is now deprecated!::Future Miniforge releases will NOT build Mambaforge installers. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/. If you require mambaforge, you may pin your installer to one found from https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 |
3 | 3 | )
|
4 | 4 | else (
|
5 |
| - msg "%sessionname%" Mambaforge is now deprecated! Future Miniforge releases will NOT build Mambaforge installers. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/. If you require mambaforge, you may pin your installer to one found from https://github.com/conda-forge/miniforge/releases/tag/24.5.0-1 |
| 5 | + msg "%sessionname%" Mambaforge is now deprecated! Future Miniforge releases will NOT build Mambaforge installers. We advise you switch to Miniforge at your earliest convenience. More details at https://conda-forge.org/news/2024/07/29/sunsetting-mambaforge/. If you require mambaforge, you may pin your installer to one found from https://github.com/conda-forge/miniforge/releases/tag/24.7.1-0 |
6 | 6 | )
|
7 | 7 |
|
8 |
| -:REM for /f "delims=" %%# in ('powershell get-date -format "{yyyy-MM-dd}"') do @set _date=%%# |
9 |
| -:REM if "%_date%"=="2024-10-01" exit 1 |
10 |
| -:REM if "%_date%"=="2024-10-15" exit 1 |
11 |
| -:REM if "%_date%"=="2024-11-01" exit 1 |
12 |
| -:REM if "%_date%"=="2024-11-10" exit 1 |
13 |
| -:REM if "%_date%"=="2024-11-20" exit 1 |
14 |
| -:REM if "%_date%"=="2024-11-30" exit 1 |
15 |
| -:REM if "%_date%"=="2024-12-05" exit 1 |
16 |
| -:REM if "%_date%"=="2024-12-10" exit 1 |
17 |
| -:REM if "%_date%"=="2024-12-15" exit 1 |
18 |
| -:REM if "%_date%"=="2024-12-20" exit 1 |
19 |
| -:REM if "%_date%"=="2024-12-25" exit 1 |
20 |
| -:REM if "%_date%"=="2024-12-30" exit 1 |
21 |
| -:REM if "%_date%"=="2024-12-31" exit 1 |
22 |
| -:REM if "%_date:~0,4%"=="2025" exit 1 |
23 |
| -:REM |
24 |
| -:REM echo Sleeping for 30s... |
25 |
| -:REM powershell -nop -c "& {sleep 30}" |
| 8 | +for /f "delims=" %%# in ('powershell get-date -format "{yyyy-MM-dd}"') do @set _date=%%# |
| 9 | +if "%_date%"=="2024-10-01" exit 1 |
| 10 | +if "%_date%"=="2024-10-15" exit 1 |
| 11 | +if "%_date%"=="2024-11-01" exit 1 |
| 12 | +if "%_date%"=="2024-11-10" exit 1 |
| 13 | +if "%_date%"=="2024-11-20" exit 1 |
| 14 | +if "%_date%"=="2024-11-30" exit 1 |
| 15 | +if "%_date%"=="2024-12-05" exit 1 |
| 16 | +if "%_date%"=="2024-12-10" exit 1 |
| 17 | +if "%_date%"=="2024-12-15" exit 1 |
| 18 | +if "%_date%"=="2024-12-20" exit 1 |
| 19 | +if "%_date%"=="2024-12-25" exit 1 |
| 20 | +if "%_date%"=="2024-12-30" exit 1 |
| 21 | +if "%_date%"=="2024-12-31" exit 1 |
| 22 | +if "%_date:~0,4%"=="2025" exit 1 |
| 23 | + |
| 24 | +echo Sleeping for 30s... |
| 25 | +powershell -nop -c "& {sleep 30}" |
0 commit comments