From e2bf73a78b35af89a4e61fdf5769ab94c2b392c9 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Tue, 7 Jan 2020 21:39:44 +0100 Subject: [PATCH] Disable the Docker Hub description update job --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b64095..1ddcc65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,8 +58,8 @@ publish.schedules: paths: - $CI_PROJECT_NAME.tar -update_docker_hub_full_description: - stage: publish - script: /bin/bash -e .utilities/update-docker-hub-full-description.sh - only: - - master +#update_docker_hub_full_description: +# stage: publish +# script: /bin/bash -e .utilities/update-docker-hub-full-description.sh +# only: +# - master