Обновить .github/workflows/all_test4.yaml
This commit is contained in:
10
.github/workflows/all_test4.yaml
vendored
10
.github/workflows/all_test4.yaml
vendored
@@ -65,12 +65,6 @@ jobs:
|
||||
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK" >> $GITHUB_ENV
|
||||
|
||||
|
||||
echo "ПРОВЕРКА ТУТ!!!!"
|
||||
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK"
|
||||
ssh-add -l || echo "No identities found"
|
||||
file ~/.ssh/known_hosts
|
||||
ls -ld ~/.ssh/known_hosts
|
||||
|
||||
#На случай зависших сервисов
|
||||
- name: Clean up existing Docker Compose services (if any)
|
||||
run: |
|
||||
@@ -81,7 +75,9 @@ jobs:
|
||||
DOCKER_BUILDKIT: 1
|
||||
SSH_AUTH_SOCK: ${{ env.SSH_AUTH_SOCK }}
|
||||
run: |
|
||||
docker buildx bake build-dev --allow=ssh --ssh default=${SSH_AUTH_SOCK} --file docker-bake.hcl
|
||||
echo "SSH_AUTH_SOCK=$SSH_AUTH_SOCK"
|
||||
ls -l $SSH_AUTH_SOCK
|
||||
docker buildx bake build-dev --allow=ssh --file docker-bake.hcl
|
||||
docker compose -f docker-compose-dev.yaml up -d
|
||||
|
||||
- name: Ruff format check (strict)
|
||||
|
||||
Reference in New Issue
Block a user