diff --git a/.github/workflows/reusable-tests.yml b/.github/workflows/reusable-tests.yml index 19565e44..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: @@ -37,7 +38,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' }} 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.