blob: f188fb881ab2db5cf55e9da47937953839c7e176 [file] [log] [blame]
# AWS general settings
AWS_PREFIX=gerrit
# Gerrit version
GERRIT_VERSION=3.1
GERRIT_PATCH=4
GERRIT_BRANCH=stable-$(GERRIT_VERSION)
# Gerrit CI
GERRIT_CI=https://gerrit-ci.gerritforge.com/view/Plugins-$(GERRIT_BRANCH)/job
LAST_BUILD=lastSuccessfulBuild/artifact/bazel-bin/plugins
# Image version
HEAD_SHA1=$(shell git log -1 --format=format:%h)
IMAGE_TAG=$(GERRIT_VERSION).$(GERRIT_PATCH)-$(HEAD_SHA1)