Skip to content

Commit 92963bb

Browse files
authored
Feat/pass remove (#68)
* feat: remove pass * feat: remove pass
1 parent abd9470 commit 92963bb

File tree

11 files changed

+35467
-11457
lines changed

11 files changed

+35467
-11457
lines changed

Makefile

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,12 @@ unittest:
7474
go test -count=1 -v ./anywhere/...
7575

7676
sonar:
77-
sonar-scanner \
78-
-Dsonar.projectKey=anywhere \
79-
-Dsonar.sources=. \
80-
-Dsonar.host.url=http://sonar.stig.top \
81-
-Dsonar.login=sqp_2463b064b6d4c937e66fe70734f41725df5215a9
77+
sudo $(DOCKER) run \
78+
--rm \
79+
-e SONAR_HOST_URL="http://sonar.stig.top" \
80+
-e SONAR_TOKEN="sqp_2463b064b6d4c937e66fe70734f41725df5215a9" \
81+
-v "${PWD}:/usr/src" \
82+
sonarsource/sonar-scanner-cli
8283

8384
upload: delete_credential get_credential upload_x86 upload_docker_img delete_credential
8485

@@ -96,9 +97,6 @@ upload_x86: build ui
9697
curl -T anywhere-latest.tar.gz -u ftp:ftp ftp://10.0.0.4/ci/anywhere/
9798
rm -rf anywhere-$(VERSION).tar.gz
9899
rm -rf anywhere-latest.tar.gz
99-
upload_release:
100-
mv anywhere-$(VERSION).tar.gz /var/www/html/
101-
rm -rf /var/www/html/anywhere-latest.tar.gz && mv anywhere-latest.tar.gz /var/www/html/
102100

103101
clean:
104102
rm -rf bin/

front-end/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"makefile.configureOnOpen": false
3+
}

0 commit comments

Comments
 (0)