From ca6128fb96602da71f3b7a560e834d1b7587abac Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 25 Mar 2019 11:29:21 +0100 Subject: [PATCH] Run the script from @8cb49cbc8253368701d718c2e38017790c78ceca on all commits from the master branch --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 434a92c..7525dec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,3 +24,10 @@ production: - tags except: - branches + +update_docker_hub_full_description: + stage: build_publish + script: + - /bin/bash utils/publish/update-docker-hub-full-description.sh + only: + - master \ No newline at end of file