This repository was archived by the owner on Mar 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
prepare-opencga-enterprise Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 ref : ${{ inputs.enterprise_ref }}
3535 path : workspace/opencga-enterprise
3636 token : ${{ env.ZETTA_REPO_ACCESS_TOKEN }}
37- fetch-depth : 10
37+ fetch-depth : 0
38+ fetch-tags : true
3839 # # This is important to avoid the error in next steps: "fatal: repository 'https://github.com/zetta-genomics/opencga-enterprise.git/' not found"
3940 persist-credentials : false
4041 - id : project_version
7071 repository : opencb/opencga
7172 ref : ${{ steps.opencga_branch.outputs.opencga_branch }}
7273 path : workspace/opencga
73- fetch-depth : 10
74+ fetch-depth : 0
75+ fetch-tags : true
7476 # # This is important to avoid the error in the next step: "fatal: repository 'https://github.com/zetta-genomics/opencga-enterprise.git/' not found"
7577 persist-credentials : false
7678 - id : dependencies_sha
Original file line number Diff line number Diff line change 6666 ref : main
6767 path : ci-core
6868 fetch-depth : ' 0'
69+ fetch-tags : true
6970 # # This is important to avoid the error in the next step: "fatal: repository 'https://github.com/zetta-genomics/opencga-enterprise.git/' not found"
7071 persist-credentials : false
7172 - name : Set up JDK
Original file line number Diff line number Diff line change 4444 - name : Checkout triggering repository
4545 uses : actions/checkout@v4
4646 with :
47- fetch-depth : 10
47+ fetch-depth : 0
48+ fetch-tags : true
4849 path : workspace
4950 # # This is important to avoid the error in the next step: "fatal: repository 'https://github.com/zetta-genomics/opencga-enterprise.git/' not found"
5051 persist-credentials : false
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v4
1717 with :
1818 fetch-depth : ' 0'
19+ fetch-tags : true
1920 # Set up Java environment
2021 - name : Set up Java
2122 uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments