From 7faf800d021b452bed19c1252af58232ef7ae6fb Mon Sep 17 00:00:00 2001 From: opyale Date: Wed, 27 Jan 2021 00:24:50 +0100 Subject: [PATCH] Changing docker image. (#813) Changing docker image. Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/813 Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-Authored-By: opyale Co-Committed-By: opyale --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ce0c684..b2c37d18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - publish on_setup: - image: tutum/curl + image: jgoclawski/wget:1.0 stage: .pre only: - master @@ -72,7 +72,7 @@ release: - curl -T "$PLUGIN_FILE" -u "$WEBDAV_USERNAME":"$WEBDAV_PASSWORD" 'https://cloud.swatian.com/remote.php/dav/files/GitNexBot/gitnex/releases/'"$CI_COMMIT_REF_NAME"'.apk' on_success: - image: tutum/curl + image: jgoclawski/wget:1.0 stage: .post only: - master @@ -86,7 +86,7 @@ on_success: when: on_success on_failure: - image: tutum/curl + image: jgoclawski/wget:1.0 stage: .post only: - master