diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd644d8..f3cfcc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,8 @@ push_github: name: github url: github.com/jmhbnz/tooling script: + - git status + - git remote -v # Add a new remote for github - git remote add github git@github.com:jmhbnz/tooling.git