Skip to content
Snippets Groups Projects

Build each independent tag in main alphafold3 repo

Merged Matthew K Defenderfer requested to merge change-ci-to-build-all-tags-automatically into main
1 file
+ 2
5
Compare changes
  • Side-by-side
  • Inline
+ 2
5
@@ -4,7 +4,7 @@ stages:
@@ -4,7 +4,7 @@ stages:
variables:
variables:
GITHUB_URL: "github.com/google-deepmind/alphafold3.git"
GITHUB_URL: "github.com/google-deepmind/alphafold3.git"
REGISTRY_URL: "${CI_REGISTRY_IMAGE}"
REGISTRY_URL: "${CI_REGISTRY_IMAGE}"
IMAGE_NAME: "alphafold"
IMAGE_NAME: "alphafold3"
REPO_URL: "https://gitlab.rc.uab.edu/api/v4/projects/${CI_PROJECT_ID}/registry/repositories/"
REPO_URL: "https://gitlab.rc.uab.edu/api/v4/projects/${CI_PROJECT_ID}/registry/repositories/"
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_TLS_CERTDIR: "/certs"
@@ -21,10 +21,7 @@ build_tags:
@@ -21,10 +21,7 @@ build_tags:
- echo "${CI_REGISTRY_PASSWORD}" | docker login -u "${CI_REGISTRY_USER}" --password-stdin ${CI_REGISTRY}
- echo "${CI_REGISTRY_PASSWORD}" | docker login -u "${CI_REGISTRY_USER}" --password-stdin ${CI_REGISTRY}
script:
script:
- apk update && apk add git curl bash
- apk update && apk add git curl bash
- |
- git clone https://${CI_GITHUB_USER}:${CI_GITHUB_TOKEN}@${GITHUB_URL}
curl -s "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
source .secure_files/github-key
git clone https://${GITHUB_USER}:${GITHUB_TOKEN}@${GITHUB_URL}
- |
- |
cd alphafold3
cd alphafold3
echo "Building tag {$TAG}"
echo "Building tag {$TAG}"
Loading