From bd4829f45170e3bb7e950e1f277efb7d4ec4c381 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Mon, 11 Jan 2016 10:54:04 +0000 Subject: [PATCH] Setting s3 etag to be git commit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40363808f..70f821b97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ deploy: access_key_id: AKIAJQPPNM6P6V53SWKA secret_access_key: *1 bucket: notifications-admin-codedeploy - key: notifications-admin.zip?etag={{TRAVIS_COMMIT}} + key: notifications-admin.zip?etag=$TRAVIS_COMMIT bundle_type: zip application: notifications-admin deployment_group: notifications_admin_deployment_group