Skip to content

Commit

Permalink
Added encrypted sonarcloud token in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniaPatsoni committed Jan 30, 2020
1 parent 5445a88 commit b1d80b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -8,7 +8,7 @@ addons:
sonarcloud:
organization: "openwis"
token:
secure: "jmh8aZuixDth97KM1a6iSpBxSdjppfaKv6AETYHaCaroHG9aIVM0Zd558PnOA0duOy5kG8Eke7FHiXU2uzt5h6iIejch3lUVjYb8rPdRXwnXxkttIVMuHlEfMn+QKY1q0E/octyybqzN3+dUh8EapvBrGzzuLQjSm9nF+nHwdtdImSDnd9CDN6Gza1vsnsYjtSjfSb5S3jb5La5wKaBRxASZNX6Pk1n1g7pDttTsDRYR5u8YadCYatjGETEYcnwmICUyi/0BWWA6uhtF64XViygI+HywIq9q5XGdxXVP+DS/C6dPrN5T0iamOs13ASG/YxHSKY+hEO5VcDREwgWaHu7VSMhQUx0max1VIBTbQjA0ODNjsgkfHIYh9DKCUcSxshCupzxdiWE1PeSxzZ0ZxF4KGHNvHwwx2nXXjTQz52o3kAgNoIOdIWrJvXIt7uVZ16ciNPUhnwrHtF/sOCkZ4Scx9MicwJyiiMW1WbL0By7ms3AzDZN6acTzt0mQDMMJjdPQxqIh+bF4IEhVxWy2Q1LDXGzJS1pzlPrf8YMt4FtttIN8jWG4BxvggC+AefWB7ZSLDAIglL6bfp+TtqYgjMIgAxPQL645lfSfAc5lcO0j7yGKPKGGKNb/4LpYWSVD34JQMmaA/0UvQX7CLtQyg+zXNx8z3E0UJX8PGic/zW0="
secure: "flNKPEDlPWgLLyLTPFBunoqOG83QVnbcr8HkjnmRWDv6G3LGFQpbO83QpL4iN/a/T4ad+4LQ7g0Jvutlyox6R4PIm/6+bmiFV4bC6Im6tqo4nLqg2WrBuzeAGuJ2BTItyCOQLHOoMN6XoHe2C9fcSw2mqlWivT1f0HJ15USxLm5oVUZ6QfzgmkGLjGvC+RjozHvZmLUNWYpm7x1yHreg79ABw767i5UQF8/YuVE4BxiTLGC4ANKw8cEONMy8yD6VG/CwWCUuhu97OwbDRxBgbwkNejy36Wk7Mh2G7gE9MOxZTspu5PneeLElQLYEVmtLjNnd1pwi9PZDnkChblTL2BHazD6iRT0yzKCD70k9GvKLIlIM4g5Ws0cHfi7rqOv8XP7zdJGTyMPayaLydzMDQPLnWGDx5d0cJEGO3qJ4gjr+Xl++iLpbaoo/8DmrKa1l/0wfRT1OY35nzAYGmnwCrm6br+qGSeXIanS8/ZSghDEBsdOKoH4se3POGpStQCUiDtr6t9q4Vp28n+WcaL7KAqRsJGxG92wA7/slgK5DJcwZqqggrZjV1aFSR7pr0Y8Ntcwt6bU3uJAn0YBC/Fvp9MzeBfSLmGiHM5+WXhQdt1aoGqGsUhbuu+/hDku2i3Zj04FUWbL5DndmaY8F9VTd8KlEPka1KIcpbbWz3olr8WE="

before_install:
- openssl aes-256-cbc -K $encrypted_62b1a583e357_key -iv $encrypted_62b1a583e357_iv
Expand All @@ -19,8 +19,9 @@ before_install:
- echo -e "Host ${DEPLOY_HOST}\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config

script:
- mvn clean install -Pdependencies,openwis,admin
- mvn clean install -Puser -Pjacoco-coverage sonar:sonar
- mvn clean install -Pdependencies,openwis,admin -Pjacoco-coverage -q
- mvn clean install -Puser -Pjacoco-coverage -q
- mvn sonar:sonar -Popenwis,admin,user

after_success: tar acf openwis_artifacts.tar.gz openwis-dataservice/openwis-dataservice-server/openwis-dataservice-server-ear/target/openwis-dataservice.ear openwis-dataservice/openwis-dataservice-config/target/openwis-dataservice-config-files.zip openwis-harness/openwis-harness-client/target/openwis-harness-client.jar openwis-securityservice/openwis-securityservice-war/target/openwis-securityservice.war openwis-metadataportal/openwis-portal/openwis-user-portal/openwis-user-portal-user.war openwis-metadataportal/openwis-portal/openwis-admin-portal/openwis-admin-portal-admin.war openwis-metadataportal/openwis-portal-solr/target/openwis-portal-solr.war openwis-stagingpost/target/stagingPost.war openwis-management/openwis-management-service/openwis-management-service-ear/target/openwis-management-service.ear

Expand Down

0 comments on commit b1d80b9

Please sign in to comment.