Skip to content
Snippets Groups Projects
Commit 2ced96c3 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

add deploy.sh script

parent 455c2fd4
No related branches found
No related tags found
No related merge requests found
stages:
- build
- commit
- deploy
package:
stage: build
......@@ -28,3 +29,14 @@ commit:
script:
- pkg-commit.sh
deploy:
stage: deploy
dependencies:
- package
script:
- pkg-deploy.sh
only:
changes:
- trunk/PKGBUILD
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