test workflow build and push on gitea registry
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Details
Build and Push Docker Image / clone_repository (push) Failing after 3s
Details
Build and Push Docker Image / build_and_push_image (push) Has been skipped
Details
Build and Push Docker Image / checkout_repository (push) Successful in 6s
Details
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Details
Build and Push Docker Image / clone_repository (push) Failing after 3s
Details
Build and Push Docker Image / build_and_push_image (push) Has been skipped
Details
This commit is contained in:
parent
a95f9a49dd
commit
108e1f576e
|
@ -31,13 +31,13 @@ jobs:
|
|||
container:
|
||||
image: alpine/git:latest
|
||||
volumes:
|
||||
- /tmp:/workspace/coopgo-platform/mobility-accounts/
|
||||
- /data:/workspace/coopgo-platform/mobility-accounts/
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
run: |
|
||||
pwd
|
||||
cd /tmp
|
||||
cd /data
|
||||
git clone -b dev --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts.git .
|
||||
pwd
|
||||
ls -la
|
||||
|
|
Loading…
Reference in New Issue