Compare commits
No commits in common. "62e3f370b880df35457dd4c751795d247d9a8327" and "6a7bbd7dd9a63f4b81d8ce5d46000bb7856fddcb" have entirely different histories.
62e3f370b8
...
6a7bbd7dd9
1 changed files with 0 additions and 2 deletions
|
@ -69,13 +69,11 @@ jobs:
|
|||
# Use the pre-configured workspace directory (created in CI guide Step 7.3)
|
||||
|
||||
# Clone the repository to workspace
|
||||
rm -rf /tmp/ci-workspace /tmp/ci-workspace/.* 2>/dev/null || true
|
||||
git clone "${{ gitea.server_url }}/${{ gitea.repository }}" /tmp/ci-workspace
|
||||
cd /tmp/ci-workspace
|
||||
git checkout "${{ gitea.sha }}"
|
||||
|
||||
# Copy workspace to DinD container
|
||||
docker exec ci-dind rm -rf /workspace/* /workspace/.* 2>/dev/null || true
|
||||
docker cp /tmp/ci-workspace/. ci-dind:/workspace/
|
||||
|
||||
# Start testing environment using dedicated compose file inside DinD
|
||||
|
|
Loading…
Add table
Reference in a new issue