mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Valera V.Harseko
20.12.2020 479d5307619a25d8c1f4d05ac6f882585584fd60
remove -q from build
1 files modified
6 ■■■■ changed files
.travis.yml 6 ●●●● patch | view | raw | blame | history
.travis.yml
@@ -13,7 +13,7 @@
      - git config --local user.name "Open Identity Platform Community" && git config --local user.email "open-identity-platform-opendj@googlegroups.com"
      - git checkout -f $TRAVIS_BRANCH
      - git tag -f $git_version && git tag -d $git_version
      - mvn -q -B -DreleaseVersion="$git_version" -DignoreSnapshots=true  -DpushChanges=false -DscmCommentPrefix="[ci skip] $git_version_last->$git_version " -DskipTests -Darguments=-DskipTests -Dresume=false -P distribution release:prepare
      - mvn -B -DreleaseVersion="$git_version" -DignoreSnapshots=true  -DpushChanges=false -DscmCommentPrefix="[ci skip] $git_version_last->$git_version " -DskipTests -Darguments=-DskipTests -Dresume=false -P distribution release:prepare
      - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1
      - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1
    deploy:
@@ -63,8 +63,8 @@
      - echo 'build and push Github Docker'
      -   docker login docker.pkg.github.com -u "$GITHUB_USERNAME" -p "$GITHUB_PASSWORD"
      -   docker build ./opendj-packages/opendj-docker -t docker.pkg.github.com/openidentityplatform/opendj/opendj -t docker.pkg.github.com/openidentityplatform/opendj/opendj:$git_version
      -   #docker push docker.pkg.github.com/openidentityplatform/opendj/opendj:$git_version
      -   #docker push docker.pkg.github.com/openidentityplatform/opendj/opendj
      -   docker push docker.pkg.github.com/openidentityplatform/opendj/opendj:$git_version
      -   docker push docker.pkg.github.com/openidentityplatform/opendj/opendj
  - os: linux
    jdk: oraclejdk11
  - os: linux