mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-1492: Removed the push Readme to Docker Hub as this is not required anymore.
This commit is contained in:
parent
0f23ec0b31
commit
047afb86b2
@ -327,18 +327,6 @@ pipelines:
|
|||||||
--push
|
--push
|
||||||
|
|
||||||
|
|
||||||
- step:
|
|
||||||
name: Update README
|
|
||||||
image: python:3.7-alpine3.9
|
|
||||||
script:
|
|
||||||
- apk add --no-cache git
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
- pip install -q requests
|
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
|
||||||
- python shared-components/image/push-readme.py
|
|
||||||
- export DOCKER_REPO='atlassian/confluence'
|
|
||||||
- python shared-components/image/push-readme.py
|
|
||||||
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# All other branches & PRs; run unit tests & functional tests
|
# All other branches & PRs; run unit tests & functional tests
|
||||||
|
@ -60,18 +60,6 @@ pipelines:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
- step:
|
|
||||||
name: Update README
|
|
||||||
image: python:3.7-alpine3.9
|
|
||||||
script:
|
|
||||||
- apk add --no-cache git
|
|
||||||
- git submodule update --init --recursive
|
|
||||||
- pip install -q requests
|
|
||||||
- export DOCKER_REPO='atlassian/confluence-server'
|
|
||||||
- python shared-components/image/push-readme.py
|
|
||||||
- export DOCKER_REPO='atlassian/confluence'
|
|
||||||
- python shared-components/image/push-readme.py
|
|
||||||
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# All other branches & PRs; run unit tests & functional tests
|
# All other branches & PRs; run unit tests & functional tests
|
||||||
|
Loading…
Reference in New Issue
Block a user