File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,23 @@ jobs:
44
44
- name : Build files
45
45
run : |
46
46
gradle build -x test --info \
47
- -Dusername="${{ ARTIFACTORY_USER } }" \
48
- -Dpassword="${{ ARTIFACTORY_PASSWORD } }" \
49
- -Drepository_url="${{ ARTIFACTORY_URL } }"
47
+ -Dusername="${ARTIFACTORY_USER}" \
48
+ -Dpassword="${ARTIFACTORY_PASSWORD}" \
49
+ -Drepository_url="${ARTIFACTORY_URL}"
50
50
51
51
- name : Do tests
52
52
run : |
53
53
gradle clean test --info build \
54
- -Dusername="${{ ARTIFACTORY_USER } }" \
55
- -Dpassword="${{ ARTIFACTORY_PASSWORD } }" \
56
- -Drepository_url="${{ ARTIFACTORY_URL }}"
54
+ -Dusername="${ARTIFACTORY_USER}" \
55
+ -Dpassword="${ARTIFACTORY_PASSWORD}" \
56
+ -Drepository_url="${ARTIFACTORY_URL}"
57
57
58
58
- name : Build Jar
59
59
run : |
60
60
gradle jar --info build \
61
- -Dusername="${{ ARTIFACTORY_USER } }" \
62
- -Dpassword="${{ ARTIFACTORY_PASSWORD } }" \
63
- -Drepository_url="${{ ARTIFACTORY_URL } }"
61
+ -Dusername="${ARTIFACTORY_USER}" \
62
+ -Dpassword="${ARTIFACTORY_PASSWORD}" \
63
+ -Drepository_url="${ARTIFACTORY_URL}"
64
64
65
65
- name : SonarQube Quality Gate check
66
66
id : sonarqube-quality-gate-check
You can’t perform that action at this time.
0 commit comments