Remove git and ssh from CI
parent
27ff07c869
commit
577559536c
|
@ -5,7 +5,7 @@ variables:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get --yes install git ssh rsync
|
- apt-get --yes install rsync
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in New Issue