File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 pwd
5555 ls -la ../
5656 ls -la
57- chmod +x ./ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh
58- branch=$( ./ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh "${{ steps.pom.outputs.artifactId }}" "${{ inputs.target_branch }}" "${{ inputs.head_ref }}" )
57+ chmod +x .. /ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh
58+ branch=$( .. /ci-core/.github/workflows/scripts/get_opencga_enterprise_branch.sh "${{ steps.pom.outputs.artifactId }}" "${{ inputs.target_branch }}" "${{ inputs.head_ref }}" )
5959 echo "branch=$branch" | tee -a $GITHUB_STEP_SUMMARY
6060 echo "branch=$branch" >> $GITHUB_OUTPUT
6161 - name : Checkout opencga-enterprise
6666 path : opencga-enterprise
6767 token : ${{ secrets.ZETTA_REPO_ACCESS_TOKEN }}
6868 - name : Call test-xetabase workflow with calculated branch
69- uses : ./ci-core/.github/workflows/test-xetabase.yml
69+ uses : .. /ci-core/.github/workflows/test-xetabase.yml
7070 with :
7171 branch : ${{ steps.compute_branch.outputs.branch }}
7272 task : ${{ inputs.head_ref }}
You can’t perform that action at this time.
0 commit comments