2021-02-18 15:50:37 +00:00
|
|
|
|
|
|
|
Some tips for Gitlab
|
|
|
|
====================
|
|
|
|
|
|
|
|
CI Variables
|
|
|
|
------------
|
|
|
|
- [Predefined Variables](https://docs.gitlab.com/ee/ci/variables/predefined_variables.html)
|
|
|
|
- one can also add CI variables to a group: `Settings` > `CI/CD`, `Variables` section
|
2021-02-18 15:52:26 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- to be able to push/pull even outside of the Probayes VPN, use url like:
|
|
|
|
ssh://git@code.probayes.net:28129/
|