Skip to content

Commit

Permalink
test commit (#387) (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladimir Portnov <[email protected]>
  • Loading branch information
deckhouse-BOaTswain and Taior authored Nov 14, 2024
1 parent df9c1d9 commit 83c2d3d
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 83c2d3d

Please sign in to comment.