We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab84ee2 commit 054dda9Copy full SHA for 054dda9
.github/ci-files/run-qa.sh
@@ -80,6 +80,8 @@ fi
80
set +e
81
82
./gradlew $BUILD_TASK \
83
+ -Dazure.pat="${AZURE_PAT}" \
84
+ -Dgitlab.pat="${GITLAB_PAT}" \
85
-Pqa \
86
--console plain --build-cache --parallel --profile -x jar
87
@@ -89,6 +91,8 @@ set +e
89
91
-DbuildNumber=$BUILD_NUMBER \
90
92
-Dcategory=$QA_CATEGORY \
93
-Dorchestrator.configUrl=file:///$GITHUB_WORKSPACE/.github/ci-files/config/orchestrator-$ORCHESTRATOR_CONFIG.properties \
94
95
96
97
--console plain --build-cache --profile -x jar
98
0 commit comments