Skip to content

Commit

Permalink
Syntax cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 31, 2016
1 parent f2fef47 commit 4a3426c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit 4a3426c

Please sign in to comment.