From 2c3aacfdcd69f6588d0bdae27b907db371dd64e7 Mon Sep 17 00:00:00 2001 From: Zandor Smith <info@zsinfo.nl> Date: Sun, 20 Oct 2019 12:25:26 +0000 Subject: [PATCH] Get rid of the repo update job. --- .gitlab-ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba42815..8f254f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,22 +2,15 @@ variables: LANG: en_US.UTF-8 stages: - - setup - build - lint - docs - deploy -setup: - stage: setup - script: - - pod repo update - tags: - - xcode11 - build-pod: stage: build script: + - pod repo update - cd Example/ - pod install - cd ../ @@ -28,6 +21,7 @@ build-pod: build-example: stage: build script: + - pod repo update - cd Example/ - pod install - cd ../ -- GitLab