Skip to content

Commit

Permalink
JENKINS-45964 : Assuming Role does not work in AWS-China
Browse files Browse the repository at this point in the history
Whitespace cleanup
  • Loading branch information
indyaah committed Aug 13, 2017
1 parent 5984b88 commit 54896f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/taimos/pipeline/aws/WithAWSStep.java
Expand Up @@ -257,7 +257,7 @@ private String selectPartitionName() {
return AWS_CN_PARTITION_NAME;
}
return AWS_DEFAULT_PARTITION_NAME;
}
}

@Override
public void stop(@Nonnull Throwable throwable) throws Exception {
Expand Down

0 comments on commit 54896f8

Please sign in to comment.