summarylogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStefan Auditor2017-04-10 11:08:59 +0200
committerStefan Auditor2017-04-10 11:11:47 +0200
commit4f9221bd636c1e9ca138ba544c5794d5f1b6bc93 (patch)
tree31eb726c006c18b4625fc286679068afb02ac91d /.gitlab-ci.yml
parent81ac483e4d9a267c21d46eb90bafd6e28061a729 (diff)
downloadaur-4f9221bd636c1e9ca138ba544c5794d5f1b6bc93.tar.gz
Update testing procedure
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a264748b1c3..ad0b48ef8077 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,8 +10,6 @@ test:
- master
before_script:
- pacman -Syuw --noconfirm
- - rm /etc/ssl/certs/ca-certificates.crt
- - pacman -Su --noconfirm
- pacman -Syyu namcap --noconfirm
- useradd somebody
- echo "somebody ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
@@ -22,8 +20,6 @@ github:
stage: deploy
before_script:
- pacman -Syuw --noconfirm
- - rm /etc/ssl/certs/ca-certificates.crt
- - pacman -Su --noconfirm
- pacman -Syyu git --noconfirm
- git checkout "$CI_BUILD_REF_NAME"
- git remote add github https://"$GITHUB_USERNAME":"$GITHUB_TOKEN"@github.com/sanduhrs/arch-aur-traefik-bin
@@ -40,8 +36,6 @@ aur:
stage: deploy
before_script:
- pacman -Syuw --noconfirm
- - rm /etc/ssl/certs/ca-certificates.crt
- - pacman -Su --noconfirm
- pacman -Syyu git openssh --noconfirm
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY")