From df84e23879e123433a910a0f65fe606b39bfc9bb Mon Sep 17 00:00:00 2001 From: Oleksandr Shulgin Date: Wed, 1 Feb 2017 10:22:57 +0100 Subject: [PATCH] Correct typo in "glide" command --- build-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ci.sh b/build-ci.sh index ee9433903..7f25b8170 100755 --- a/build-ci.sh +++ b/build-ci.sh @@ -9,5 +9,5 @@ mkdir -p $team_repo ln -s $PWD $project_dir cd $project_dir -glade install +glide install make docker push