Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Variables

variables:
   MYCOLOR: Blue

my-test 1:
  stage: test
  variables:
     MYCOLOR: Green
  script:
    - echo color $MYCOLOR

my-test 2:
  stage: test
  script: echo color $MYCOLOR