Skip to content

Commit

Permalink
Merge branch 'Bug-Failing-Tests-On-Tags' into 'master'
Browse files Browse the repository at this point in the history
Fix tag deployment failing tests

See merge request kount/third_party/kount-ris-java-sdk!28
  • Loading branch information
dharp-kount committed Dec 10, 2021
2 parents 998a097 + 3106040 commit f5dc33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ build:
test:
stage: test
script:
- mvn -DRis.MerchantId=${RIS_SDK_SANDBOX_MERCHANT_ID} -DRis.API.Key=${RIS_SDK_SANDBOX_API_KEY} -Dkount.config.key=$(echo ${RIS_CONFIG_KEY_BASE64} | openssl base64 -d) test
- mvn -DRis.MerchantId=${RIS_SDK_SANDBOX_MERCHANT_ID} -DRis.API.Key=${RIS_SDK_SANDBOX_API_KEY} -Dkount.config.key=$(echo ${RIS_CONFIG_KEY_BASE64} | openssl base64 -d) $MAVEN_CLI_OPTS test

deploy:
stage: deploy
script:
- echo ${GPG_PASSPHRASE}
- gpg $GPG_CLI_OPTS --passphrase ${GPG_PASSPHRASE} --import ./private_key_sender.asc
- mvn $MAVEN_CLI_OPTS clean deploy -P release
- mvn -DRis.MerchantId=${RIS_SDK_SANDBOX_MERCHANT_ID} -DRis.API.Key=${RIS_SDK_SANDBOX_API_KEY} -Dkount.config.key=$(echo ${RIS_CONFIG_KEY_BASE64} | openssl base64 -d) $MAVEN_CLI_OPTS clean deploy -P release
only:
- tags

0 comments on commit f5dc33a

Please sign in to comment.