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 42041eb commit 6fbc9bfCopy full SHA for 6fbc9bf
src/integration-tests/apps/testwebapp.war
3.47 KB
src/integration-tests/bash/run.sh
@@ -680,7 +680,7 @@ function run_create_domain_job {
680
cp $PROJECT_ROOT/kubernetes/create-domain-job-inputs.yaml ${tmp_dir}/create-domain-job-inputs.yaml
681
682
# copy testwebapp.war for testing
683
- cp $PROJECT_ROOT/qa/testwebapp.war ${tmp_dir}/testwebapp.war
+ cp $PROJECT_ROOT/src/integration-tests/apps/testwebapp.war ${tmp_dir}/testwebapp.war
684
685
# Customize the create domain job inputs
686
sed -i -e "s/^exposeAdminT3Channel:.*/exposeAdminT3Channel: true/" ${tmp_dir}/create-domain-job-inputs.yaml
0 commit comments