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

maximthomas
25.24.2022 8eea077c846728246b51c2cc72e58d477c3c7bf6
remove build workflow line breaks
1 files modified
9 ■■■■ changed files
.github/workflows/build.yml 9 ●●●● patch | view | raw | blame | history
.github/workflows/build.yml
@@ -56,14 +56,7 @@
        if: runner.os == 'Linux'
        shell: bash
        run: |
          docker run --rm -it \
          -d
          --name=opendj_1 \
          --health-cmd='/opt/opendj/bin/ldapsearch --hostname localhost --port 1636 --bindDN "cn=Directory Manager" --bindPassword password --useSsl --trustAll --baseDN "" --searchScope base "(objectClass=*)" 1.1 || /opt/opendj/bin/stop-ds || exit 1' \
          --health-interval=10s \
          --health-retries=10 \
          --health-timeout=10s \
          openidentityplatform/opendj
          docker run --rm -it -d --name=opendj_1  --health-cmd='/opt/opendj/bin/ldapsearch --hostname localhost --port 1636 --bindDN "cn=Directory Manager" --bindPassword password --useSsl --trustAll --baseDN "" --searchScope base "(objectClass=*)" 1.1 || /opt/opendj/bin/stop-ds || exit 1'  --health-retries=10 --health-timeout=10s ${GITHUB_REPOSITORY,,}
          timeout 30s bash -c 'until docker inspect --format="{{json .State.Health.Status}}" opendj_1 | grep -q \"healthy\"; do sleep 10; done';
    - name: Upload artifacts OpenDJ Server
      uses: actions/upload-artifact@v3