Skip to content

Commit

Permalink
test commit (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taior authored and deckhouse-BOaTswain committed Nov 14, 2024
1 parent df9c1d9 commit 9f63a14
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/ci_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ git remote add test-2 [email protected]:deckhouse/deckhouse-test-2

Commit and push current branch to the main branch in test-1 repo:

```
```
git commit ...
git push test-1 HEAD:main --force
```

### Differences with main repo:
### Differences with main repo

1. No two-repo schema for werf build.
2. Final images are pushed to ghcr.io (e.g. ghcr.io/deckhouse/deckhouse-test-1).
Expand All @@ -42,8 +42,7 @@ git push test-1 HEAD:main --force
7. No registry cleanup.
8. Autoclose for Dependabot PRs (can be enabled with secret ENABLE_DEPENDABOT_IN_FORKS=true).


## Workflows schema
## Workflows schema

Trigger -> workflow -> result.

Expand Down

0 comments on commit 9f63a14

Please sign in to comment.