From 85c443cca34fb7718337f4f2117556235ce8b2e2 Mon Sep 17 00:00:00 2001 From: AmaProgrammeo <160233040+AmaProgrammeo@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:39:46 +0300 Subject: [PATCH 1/3] Update reusable-tests.yml --- .github/workflows/reusable-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-tests.yml b/.github/workflows/reusable-tests.yml index 19565e44..01657afb 100644 --- a/.github/workflows/reusable-tests.yml +++ b/.github/workflows/reusable-tests.yml @@ -37,7 +37,7 @@ jobs: python-version: '3.x' - name: Show Vagrant version - run: vagrant --version + run: echo "Print machine ip" && ip a && vagrant --version - name: Install from production scripts if: ${{ github.event_name == 'schedule' }} From b76395f78d3aba60af56c8bd8e53102a289fc8b2 Mon Sep 17 00:00:00 2001 From: AmaProgrammeo <160233040+AmaProgrammeo@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:39:56 +0300 Subject: [PATCH 2/3] Update reusable-tests.yml --- .github/workflows/reusable-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-tests.yml b/.github/workflows/reusable-tests.yml index 01657afb..980b9738 100644 --- a/.github/workflows/reusable-tests.yml +++ b/.github/workflows/reusable-tests.yml @@ -1,5 +1,6 @@ name: Scripts test + on: workflow_call: inputs: From 98cf5c6eac66bc9238eb8f83e8e262c3a049b905 Mon Sep 17 00:00:00 2001 From: AmaProgrammeo <160233040+AmaProgrammeo@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:41:49 +0300 Subject: [PATCH 3/3] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index aef477a9..34ae6d99 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,6 @@ #!/bin/bash + # (c) Copyright Ascensio System Limited 2010-2021 # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.