http://wmj5kiicroak3dvoelipkcqobw7kwtltbqnmuv576l6x4b56b6dvmdad.onion/help/ci/quick_start/tutorial.md
The pages deployment job does not need the default node image, so explicitly use busybox , an extremely tiny and fast image. stages : - build - test - deploy default : # Add a default section to define the `image` keyword's default value image : node .standard-rules : # Make a hidden job to hold the common rules rules : - if : $CI_PIPELINE_SOURCE == 'merge_request_event' - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH build-job : extends : - .standard-rules # Reuse the configuration in...