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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -33,7 +33,6 @@ prep_missing_tags:
- sed -e "s/REPLACE_HERE/${MISSING}/g" template-build-tags.yml > build-tags.yml
artifacts:
paths:
- alphafold3/
- build-tags.yml
expire_in: 1 hour
@@ -57,6 +56,7 @@ build_latest:
script:
- |
apk update && apk add git
git clone https://${CI_GITHUB_USER}:${CI_GITHUB_TOKEN}@${GITHUB_URL}
cd alphafold3
echo "Building main branch as latest"
git checkout main
Loading