Skip to content
Snippets Groups Projects
Unverified Commit 242cba79 authored by Volkor The Barbarian Warrior's avatar Volkor The Barbarian Warrior
Browse files

Only run builds on tags

parent 5a1d8871
No related branches found
No related tags found
No related merge requests found
......@@ -22,16 +22,6 @@ test:
- supload -V supload.sh
- supload -Vf supload.sh
#build-deb:
# stage: build-deb
# tags:
# - bash
# script:
# - ./ci/debian/create-deb.sh
# artifacts:
# name: "supload-$CI_COMMIT_REF_NAME-Build_$CI_JOB_ID"
# paths: [./*.deb]
package:linux:deb:
stage: package
image: cdrx/fpm-debian:latest
......@@ -43,8 +33,8 @@ package:linux:deb:
name: supload_${CI_COMMIT_REF_NAME}
paths:
- ./*.deb
# only:
# - tags
only:
- tags
package:linux:rpm:
stage: package
......@@ -57,5 +47,5 @@ package:linux:rpm:
name: supload_${CI_COMMIT_REF_NAME}
paths:
- ./*.rpm
# only:
# - tags
\ No newline at end of file
only:
- tags
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment