From 4a3426c99d070f8b1f3f6e0cba5d791112fd1fe7 Mon Sep 17 00:00:00 2001 From: Mason Packard Date: Wed, 31 Aug 2016 16:56:13 -0400 Subject: [PATCH] Syntax cleanup --- Jenkinsfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 40c52d0..68e2c60 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,10 +36,6 @@ if (BRANCH_TEST=="shibboleth-production"){ sh '/usr/local/bin/packer build shibboleth-appliance.json' - # stage 'Sync appliances to S3 bucket' - - # sh 'aws s3 sync /builds s3://internet2-appliance-us-west-1' - } catch (err) { @@ -81,10 +77,6 @@ if (BRANCH_TEST=="shibboleth-production"){ sh '/usr/local/bin/packer build comanage-appliance.json' - # stage 'Sync appliances to S3 bucket' - - # sh 'aws s3 sync /builds s3://internet2-appliance-us-west-1' - } catch (err) {