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

Clone in latest build instead of passing alphafold as artifact to bypass max artifact size

parent 4a93378b
No related branches found
No related tags found
1 merge request!7Build each independent tag in main alphafold3 repo
Pipeline #13649 failed with stages
in 25 minutes and 57 seconds
...@@ -33,7 +33,6 @@ prep_missing_tags: ...@@ -33,7 +33,6 @@ prep_missing_tags:
- sed -e "s/REPLACE_HERE/${MISSING}/g" template-build-tags.yml > build-tags.yml - sed -e "s/REPLACE_HERE/${MISSING}/g" template-build-tags.yml > build-tags.yml
artifacts: artifacts:
paths: paths:
- alphafold3/
- build-tags.yml - build-tags.yml
expire_in: 1 hour expire_in: 1 hour
...@@ -57,6 +56,7 @@ build_latest: ...@@ -57,6 +56,7 @@ build_latest:
script: script:
- | - |
apk update && apk add git apk update && apk add git
git clone https://${CI_GITHUB_USER}:${CI_GITHUB_TOKEN}@${GITHUB_URL}
cd alphafold3 cd alphafold3
echo "Building main branch as latest" echo "Building main branch as latest"
git checkout main git checkout main
......
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