mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Reference new integration test script.
This commit is contained in:
parent
27abb5339c
commit
26795d2215
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user