diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9284449dba6df136156536d4613ec4199479c990..6263057ecb6d6f45d6e4a997674d68a3b4ed17e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ variables: # /!\ CI_REGISTRY is overriden to use a private Docker registry mirror in AWS ECR # in GitLab namespaces `nomadic-labs` and `tezos` ## This value MUST be the same as `opam_repository_tag` in `scripts/version.sh` - build_deps_image_version: d4ea347f85148486daaf6246bf70ea79a4613fb8 + build_deps_image_version: b12594a02db8412bc067df08db2ed7b5707d6b64 build_deps_image_name: "${CI_REGISTRY}/tezos/opam-repository" GIT_STRATEGY: fetch GIT_DEPTH: "1" diff --git a/scripts/version.sh b/scripts/version.sh index 46c1a5d463159d8976a88e17e113cb3583f3ccbb..535cfbb5e5e15d1dd1e5c2393909820e714363a0 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -25,7 +25,7 @@ export full_opam_repository_tag=87ad2e05409b6a345cda6cc5762f877a49e9b7de ## opam_repository is an additional, tezos-specific opam repository. ## This value MUST be the same as `build_deps_image_version` in `.gitlab/ci/templates.yml export opam_repository_url=https://gitlab.com/tezos/opam-repository -export opam_repository_tag=d4ea347f85148486daaf6246bf70ea79a4613fb8 +export opam_repository_tag=b12594a02db8412bc067df08db2ed7b5707d6b64 export opam_repository_git=$opam_repository_url.git export opam_repository=$opam_repository_git\#$opam_repository_tag