initial release 0.1
This commit is contained in:
parent
0eca0d0994
commit
fe06632c57
1 changed files with 6 additions and 6 deletions
|
@ -15,8 +15,8 @@ stages:
|
|||
|
||||
.compile: &compile
|
||||
stage: compile
|
||||
rules:
|
||||
- if: tag
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
- *setup_scripts
|
||||
- dpkg-buildpackage -b
|
||||
|
@ -37,8 +37,8 @@ upload:
|
|||
stage: upload
|
||||
dependencies:
|
||||
- build
|
||||
rules:
|
||||
- if: tag
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
- find ./build/release -name "*.deb"
|
||||
- debs=( $( find ./build/release -name "*.deb" ) )
|
||||
|
@ -57,8 +57,8 @@ upload:
|
|||
release:
|
||||
stage: release
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
rules:
|
||||
- if: tag
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
- echo "making release!"
|
||||
- echo ${ASSETS_ARG}
|
||||
|
|
Loading…
Add table
Reference in a new issue