DCD-1492: Removed the push Readme to Docker Hub as this is not required anymore.

This commit is contained in:
nghazalibeiklar 2022-03-16 13:56:52 +11:00
parent 0f23ec0b31
commit 047afb86b2
No known key found for this signature in database
GPG Key ID: 900C605B850D1965
2 changed files with 0 additions and 24 deletions

View File

@ -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

View File

@ -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