From 2474e75ae6c875b052442cb57279e63d692b33e5 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 20 Feb 2019 13:41:11 -0800 Subject: [PATCH] drone fix env syntax --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 68eae94..333ca5a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,8 @@ pipeline: build-linux: image: therecipe/qt:linux environment: - - QT_DIR: /opt/Qt - - QT_DOCKER: true + QT_DIR: /opt/Qt + QT_DOCKER: 'true' commands: - apt-get -qq update && apt-get --no-install-recommends -qq -y install ca-certificates curl git - go get