summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Auditor2017-03-15 16:12:58 +0100
committerStefan Auditor2017-03-15 18:20:58 +0100
commit55ec86e321d1b980d848b60a05c58e726bcb6ad4 (patch)
tree67356497ce1d6d44005f852461447b1045289c13 /.gitlab-ci.yml
parent19c188c2b69f2e32ff750c800097dc149cbc0e74 (diff)
downloadaur-55ec86e321d1b980d848b60a05c58e726bcb6ad4.tar.gz
Package review by Doug Newgard
- Put all files into sources array - Fix up paths - Move architecture independent files to general sources array - Pull license file from release tag - Copy license to the wright directory - Remove user deletion from post_remove hook
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 2 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c8044badc48..1e9113895712 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,12 +9,9 @@ test:
only:
- master
before_script:
- - pacman -Syyu --noconfirm
- - pacman -S namcap --noconfirm
+ - pacman -Syyu namcap --noconfirm
- useradd somebody
- echo "somebody ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
- - mkdir -p /home/somebody/
- - chown -R somebody:somebody /home/somebody/
script:
- sudo -u somebody ./test.sh
@@ -25,11 +22,10 @@ github:
- git checkout "$CI_BUILD_REF_NAME"
- git remote add github https://"$GITHUB_USERNAME":"$GITHUB_TOKEN"@github.com/sanduhrs/arch-aur-traefik-bin
script:
- - echo "Deploy to Github"
- git push github
environment:
name: staging
- url: https://github.com/sanduhrs/arch-aur-traefik
+ url: https://github.com/sanduhrs/arch-aur-traefik-bin
only:
- branches
when: on_success
@@ -49,7 +45,6 @@ aur:
- git checkout "$CI_BUILD_REF_NAME"
- git remote add aur ssh://aur@aur.archlinux.org/traefik-bin.git
script:
- - echo "Deploy to Github"
- git push aur
environment:
name: production