File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
- REPOSITORY_URI=$(terraform output repository_url)
60
60
- cd $TRAVIS_BUILD_DIR
61
61
- eval $(aws sts assume-role --role-arn "$OPERATIONS_ROLE_ARN" --role-session-name "${TRAVIS_REPO_SLUG//\//-}" | jq -r '.Credentials | @sh "export AWS_SESSION_TOKEN=\(.SessionToken)\nexport AWS_ACCESS_KEY_ID=\(.AccessKeyId)\nexport AWS_SECRET_ACCESS_KEY=\(.SecretAccessKey) "')
62
- - $(aws ecr get-login --no-include-email)
62
+ - $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION )
63
63
- ./gradlew check docker dockerTag dockerPush dockerTagsPush publish -PTAG=$TRAVIS_BUILD_NUMBER -PREPOSITORY_URI=$REPOSITORY_URI
64
64
after_success :
65
65
- ./gradlew sonarqube
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ allprojects {
83
83
dependencies {
84
84
implementation group : ' com.bnc' , name : ' market-data-api' , version : ' 0.2.10'
85
85
86
- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.5.2 '
86
+ testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.6.0 '
87
87
testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.14.0'
88
88
testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.2.4'
89
89
testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : ' 3.2.4'
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " org.springframework.boot" version " 2.2.3 .RELEASE"
3
- id " io.spring.dependency-management" version " 1.0.8 .RELEASE"
2
+ id " org.springframework.boot" version " 2.2.4 .RELEASE"
3
+ id " io.spring.dependency-management" version " 1.0.9 .RELEASE"
4
4
id " com.palantir.docker" version " 0.24.0"
5
5
id " com.gorylenko.gradle-git-properties" version " 2.2.0"
6
6
}
You can’t perform that action at this time.
0 commit comments