commit | 3d2ac258d476f8d2186206e34e86f5477b806bd3 | [log] [tgz] |
---|---|---|
author | Saheer Babu <saheer.babu@arm.com> | Fri Aug 15 13:13:35 2025 +0100 |
committer | Saheer Babu <saheer.babu@arm.com> | Fri Aug 15 13:13:35 2025 +0100 |
tree | 5e1f7d18b79ad76f412c2f3bbccc8e4fd2127862 | |
parent | 9b82b91ae18f2fb39e24e1e6e6d453660ba1f6e8 [diff] [blame] |
Fix builders.sh Change-Id: I4690cd38bcc8786cf23ef6bb38b5199475ee2c83 Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/ci-dockerfiles-deployment/container-build.jpl b/ci-dockerfiles-deployment/container-build.jpl index 7539075..0a3430d 100644 --- a/ci-dockerfiles-deployment/container-build.jpl +++ b/ci-dockerfiles-deployment/container-build.jpl
@@ -40,9 +40,9 @@ checkout scm sh """ PROJECT="dockerfiles" - git clone https://${GERRIT_HOST}/${GERRIT_PROJECT} ${PROJECT} + git clone https://${env.GERRIT_HOST}/${env.GERRIT_PROJECT} ${PROJECT} cd ${PROJECT} - git fetch origin $GERRIT_REFSPEC + git fetch origin ${env.GERRIT_REFSPEC} git checkout FETCH_HEAD """