1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

Update МетодыФормированияТестовGA.os

This commit is contained in:
Anton Titovets 2024-10-28 16:57:42 +03:00
parent fa99fd98ae
commit cfbcb236c6

View File

@ -86,7 +86,7 @@
| - name: Установить OInt
| run: |
| TEMP_DEB=""$(mktemp)"" &&
| wget -O ""$TEMP_DEB"" 'https://api.athenaeum.digital/tc/job/Release/lastSuccessfulBuild/artifact/1.15.1/oint_1.15.1_all_ru.deb' &&
| wget -O ""$TEMP_DEB"" 'https://api.athenaeum.digital/tc/job/Release/lastSuccessfulBuild/artifact/1.15.1/oint_1.15.1_all_" + Язык + ".deb' &&
| sudo dpkg -i ""$TEMP_DEB""
| rm -f ""$TEMP_DEB""
|