Skip to content
Snippets Groups Projects
Commit 54e9c0b9 authored by nrbffs's avatar nrbffs
Browse files

CI: set GLUON_BRANCH depending on build type

Introduce the following build type:
| Build Type | When   |
|------------|--------|
| stable     | commit tag starts with "stable/" |
| beta       | commit tag starts with "beta/" |
| nightly    | trigger is a scheduled job |
| commit     | else |

Depending on the build type, set the GLUON_BRANCH accordingly:

| Build Type | GLUON_BRANCH  |
|------------|---------------|
| commit     | (unset)       |
| nightly    | nightly       |
| beta       | beta          |
| stable     | stable        |
parent eb1398ec
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment