From 03ee38cf8c8bcec73c0582808624e2b953dc70fe Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 2 Mar 2023 18:30:04 +0100 Subject: [PATCH] Removing legacy Git password script --- ci/drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ci/drone.yml b/ci/drone.yml index 0eb7c1a..61d7dcf 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -10,17 +10,9 @@ clone: steps: - name: Initilizing submodules image: alpine/git - environment: - GIT_ASKPASS: "/bin/git-askpass-from-env" commands: - # Installing little script to get git password from environment. - - wget https://download.ad5001.eu/other/git-askpass-from-env.sh - - mv git-askpass-from-env.sh /bin/git-askpass-from-env - - chmod +x /bin/git-askpass-from-env - # Changing submodule URL to https://@git.ad5001.eu/Ad5001/omegamma.git - - git submodule init - - git config submodule.sub/omegamma.url https://$DRONE_GIT_USERNAME@git.ad5001.eu/Ad5001/omegamma.git # Fetching submodules + - git submodule init - git submodule update --init --recursive # - name: Build dev.ad5001.eu