diff --git a/.drone.yml b/.drone.yml index d208d27e41bc92dde4c03b3e01dfe10cf7847112..f4ab3c92519ed218820e07c7fa8ed645f93d94d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,7 +71,6 @@ steps: image: arm64v8/centos:7 commands: - yum install -y epel-release - - yum update - yum install -y gcc gcc-c++ make cmake3 wget git - wget https://dl.google.com/go/go1.16.9.linux-arm64.tar.gz - tar -C /usr/local -xzf go1.16.9.linux-arm64.tar.gz @@ -245,7 +244,6 @@ steps: image: ansible/centos7-ansible commands: - yum install -y epel-release - - yum update - yum install -y gcc gcc-c++ make cmake3 wget git - wget https://dl.google.com/go/go1.16.9.linux-amd64.tar.gz - tar -C /usr/local -xzf go1.16.9.linux-amd64.tar.gz