13 lines
116 B
YAML
13 lines
116 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
tags:
|
|
- linux
|
|
stage: build
|
|
script:
|
|
- cd /home
|
|
- ls
|
|
- git
|
|
- node
|