diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba4281583d5c57ed6d4b527416f695ded5813de7..8f254f3cc297b61863e5b558397fcc9860aadb6b 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 ../