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

add deploy.sh script

parent 79fab0b0
No related branches found
Tags 0.4.2-2
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