Skip to content

Creating a Repo

Where to find it?

There are two ways:

  1. On the instance main page, find the chip icon button in the top right corner
  2. On the instance main page, find the search button in the top left corner. Select the Registry entity and use filters to find the one you need. Click the Pick button. After that, just click Create Repo

Choosing a RepositoryRegistry

It is enough to click Pick in the search modal window. If the RepositoryRegisty you need is missing, you can create a new one by clicking the Create Registry button.

DANGER

This is set only once at creation time

Target branch

The Target branch is the default Git branch of the Git repository, intended for correct update behavior and Unit creation. Usually it is master, main or release.

INFO

Can be changed later

Name of your Repo

Requirements:

  1. Must be unique within the current instance
  2. Length from 4 to 20 characters
  3. Allowed characters: a-z, A-Z, 0-9 and _.-

INFO

Can be changed later

Visibility level

Choose a visibility level.

INFO

Can be changed later

Compilable flag

Usually the meaning of this flag can be found in the repository Readme of the Git repository.

Set the flag to True for Compilable repositories and to False for Interpretable ones.

WARNING

The value of this flag will affect the initial retrieval of deployment files for the Unit

INFO

Can be changed later