test workflow build and push on gitea registry
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 7s
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Build and Push Docker Image / clone_repository (push) Failing after 3s
Build and Push Docker Image / build_and_push_image (push) Has been skipped
Some checks failed
Build and Push Docker Image / checkout_repository (push) Successful in 7s
Build and Push Docker Image / login_docker_registry (push) Successful in 5s
Build and Push Docker Image / clone_repository (push) Failing after 3s
Build and Push Docker Image / build_and_push_image (push) Has been skipped
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
mkdir data
|
||||
ls -la
|
||||
pwd
|
||||
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
@@ -43,8 +43,8 @@ jobs:
|
||||
- name: Clone repository
|
||||
run: |
|
||||
pwd
|
||||
mkdir /data
|
||||
cd /data
|
||||
ls -la
|
||||
cd data
|
||||
git clone -b dev --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts.git .
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
Reference in New Issue
Block a user