Merge pull request #11 from dev
ci: clone production workflow over ssh
This commit was merged in pull request #11.
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
git clone --depth 1 --branch "${GITHUB_REF_NAME:-main}" "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
|
git clone --depth 1 --branch "${GITHUB_REF_NAME:-main}" "ssh://git@www.qzselfz.cloud:2222/${GITHUB_REPOSITORY}.git" .
|
||||||
|
|
||||||
- name: Validate ECR configuration
|
- name: Validate ECR configuration
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user