From 247eaf64b7557b64ffd708d0497b73cc8b882c02 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 19 Jun 2021 22:55:36 +0000 Subject: [PATCH] Ensure git pull before push. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffde0c5..331bbe2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ push_github: url: github.com/jmhbnz/tooling script: # Output git status - - git checkout master && git status + - git checkout master && git pull && git status # Add a new remote for github - git remote add github git@github.com:jmhbnz/tooling.git || true