Add debug print statements
Some checks failed
Some checks failed
This commit is contained in:
parent
58b862debe
commit
8ae2b767cb
1 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,11 @@ jobs:
|
|||
# Use the pre-configured workspace directory (created in CI guide Step 7.3)
|
||||
|
||||
# Clone the repository to workspace
|
||||
git clone "${{ env.GITEA_SERVER_URL }}/${{ env.GITEA_REPOSITORY }}" /tmp/ci-workspace
|
||||
echo "GITEA_SERVER_URL: ${{ env.GITEA_SERVER_URL }}"
|
||||
echo "GITEA_REPOSITORY: ${{ env.GITEA_REPOSITORY }}"
|
||||
echo "gitea.server_url: ${{ gitea.server_url }}"
|
||||
echo "gitea.repository: ${{ gitea.repository }}"
|
||||
git clone "${{ gitea.server_url }}/${{ gitea.repository }}" /tmp/ci-workspace
|
||||
cd /tmp/ci-workspace
|
||||
git checkout "${{ env.GITEA_SHA }}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue