From a6fd0453fedb0cb5f6c231744869b629758264e2 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 9 Jul 2018 13:31:56 -0400 Subject: [PATCH] fix bogus key in some "run" steps --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b7dd30fa7..8e68126bf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,7 @@ jobs: steps: - run: &INSTALL_GIT - node: "Install Git" + name: "Install Git" command: | apt-get --quiet update apt-get --quiet --yes install git @@ -183,7 +183,7 @@ jobs: steps: - run: - node: "Install Git" + name: "Install Git" command: | yum install --assumeyes git @@ -248,7 +248,7 @@ jobs: steps: - run: - node: "Install Git" + name: "Install Git" command: | slackpkg update slackpkg install openssh-7.4p1 git-2.14.4