diff --git a/.drone.yml b/.drone.yml index cfdee533..8cba76d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ pipeline: build-linux: mem_limit: 3G image: therecipe/qt:linux - secrets: [buildfiles_key] environment: - QT_DIR=/opt/Qt - QT_DOCKER='true' @@ -39,6 +38,7 @@ pipeline: - cp deploy/android/build-debug.apk deploy/cwtch-android-`date +%G-%m-%d-%H-%M`.apk deploy-buildfiles: image: pivotaldata/concourse-ssh + secrets: [buildfiles_key] when: branch: master event: push