From 67d0496b65ee9770c0f07eca0268cb34eedfe028 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Mon, 9 Sep 2019 20:57:39 -0700 Subject: [PATCH] fix deploy key extract --- integrations/influxunifi/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/influxunifi/.travis.yml b/integrations/influxunifi/.travis.yml index 17dfc4be..d0827d55 100644 --- a/integrations/influxunifi/.travis.yml +++ b/integrations/influxunifi/.travis.yml @@ -28,7 +28,7 @@ install: before_script: # Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive. - openssl aes-256-cbc -K $encrypted_e3d3b4b2abab_key -iv $encrypted_e3d3b4b2abab_iv -in .secret-files.tar.enc -out .secret-files.tar -d - - tar -xf .secret_files.tar + - tar -xf .secret-files.tar - source .metadata.sh - make vendor script: