From 47d21392bdb3caa01314c281a500aa55d7ca5d1e Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 19 Oct 2023 00:43:43 +0100 Subject: [PATCH] 99 --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0c720a0..c817c14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,15 +18,19 @@ steps: image: alpine/git:latest commands: - git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f' + - git log -n 1 - git checkout -b master + - git log -n 1 - git pull origin master + - git log -n 1 # - git branch -D product-development - git checkout -b product-development #- git merge format-branch #- git merge --squash --no-commit --strategy-option=theirs format-branch + - git log -n 1 - git checkout format-branch **/*.* - git status - - git log -n 3 + - git log -n 1 environment: GIT_PASSWORD: from_secret: GIT_PASSWORD