Remove unneeded anymore Yum install step from Linux action

This commit is contained in:
Ilya Fedin 2020-12-10 08:18:52 +04:00 committed by John Preston
parent 05147016b0
commit 6af180d6b5
1 changed files with 0 additions and 6 deletions

View File

@ -72,12 +72,6 @@ jobs:
- name: Get repository name.
run: echo "REPO_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV
- name: Yum install.
run: |
yum -y autoremove git
yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
yum -y install git
- name: Clone.
uses: actions/checkout@v2
with: