From 988f094ed478bf3d057bc5e7b0565b886e42e58d Mon Sep 17 00:00:00 2001 From: Eugene Taranov Date: Thu, 18 Jun 2020 14:39:35 +0300 Subject: [PATCH] test --- .github/workflows/sonar.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 58ea4c1..3b4eb3f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -37,6 +37,8 @@ jobs: server-id: tip-wlan-cloud-maven-repo server-username: build-pipeline server-password: MAVEN_REPO_PASSWORD + - name: test + run: cat ~/.m2/settings.xml | grep -v password - name: Run sonar working-directory: wlan-cloud-opensync-controller/opensync-ext-cloud run: |