From 5a74ec6337aece35a5a7d825fa04a5838295896f Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 3 May 2023 02:35:42 +0200 Subject: [PATCH] meta: print branch after ci, if not master --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eaf278b..9f13405 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ build-x86_64: &build rsync --archive --update --hard-links --delete --delete-after --delay-updates --itemize-changes --no-o --no-g \ repodest/ \ buildozer@repo.ptrc.gay:repodest/ + else + echo "Current branch: $CI_COMMIT_BRANCH" fi build-aarch64: