Remove obsolete gitlab-ci config

This commit is contained in:
Joshua Boniface 2021-11-06 03:18:22 -04:00
parent ac885b855a
commit ff4fc18a60
1 changed files with 0 additions and 15 deletions

View File

@ -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