test workflow build and push on gitea registry
Build and Push Docker Image / test (push) Failing after 26s
Details
Build and Push Docker Image / test (push) Failing after 26s
Details
This commit is contained in:
parent
bd28920cdc
commit
151e86dbee
|
@ -17,8 +17,14 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
- name: Install git
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y git
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
run: |
|
||||||
|
git clone -b {{inputs.parameters.gitBranch}} --depth 1 https://ncaron:6744954b4a3a43422e62e8d110f90de527ce094d@git.coopgo.io/coopgo-platform/mobility-accounts .
|
||||||
|
|
||||||
- name: Check folders
|
- name: Check folders
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue