Skip to content
Snippets Groups Projects
Commit d89350dd authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

Switch to using the defined pipeline variables instead of the secrets file

parent 3a01364b
No related branches found
No related tags found
1 merge request!7Build each independent tag in main alphafold3 repo
Pipeline #13657 failed with stages
in 1 hour, 2 minutes, and 54 seconds
...@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment