Projekt

Obecné

Profil

Stáhnout (217 Bajtů) Statistiky
| Větev: | Revize:
1
stages:
2
    - build
3
    
4
before_script:
5
    - apt-get update
6
    - apt-get upgrade
7
    
8
build:
9
    stage: build
10
    variables:
11
        CI_DEBUG_TRACE: "true"
12
    tags:
13
        - build
14
    script:
15
        - docker info
(2-2/8)