Reference new integration test script.

This commit is contained in:
Steve Smith 2021-04-14 12:28:44 +10:00
parent 27abb5339c
commit 26795d2215
2 changed files with 2 additions and 2 deletions

View File

@ -1872,5 +1872,5 @@ pipelines:
- export CONFLUENCE_VERSION=`curl -s https://marketplace.atlassian.com/rest/2/products/key/confluence/versions/latest | jq -r .name`
- docker build --build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} -t test-image .
- export IS_RELEASE=false
- /usr/src/app/integration_test.sh test-image $IS_RELEASE
- /usr/src/app/post_build.sh test-image $IS_RELEASE

View File

@ -162,5 +162,5 @@ pipelines:
- export CONFLUENCE_VERSION=`curl -s https://marketplace.atlassian.com/rest/2/products/key/confluence/versions/latest | jq -r .name`
- docker build --build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} -t test-image .
- export IS_RELEASE=false
- /usr/src/app/integration_test.sh test-image $IS_RELEASE
- /usr/src/app/post_build.sh test-image $IS_RELEASE