Remove obsolete gitlab-ci config
This commit is contained in:
parent
83e887c4ee
commit
2506098223
|
@ -1,15 +0,0 @@
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
- deploy
|
|
||||||
|
|
||||||
build_releases:
|
|
||||||
stage: build
|
|
||||||
before_script:
|
|
||||||
- git submodule update --init
|
|
||||||
script:
|
|
||||||
- /bin/bash build-deb.sh
|
|
||||||
- /usr/local/bin/deploy-package -C pvc
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
except:
|
|
||||||
- branches
|
|
Loading…
Reference in New Issue