Skip to content
Snippets Groups Projects
Commit 2c3aacfd authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Get rid of the repo update job.

parent a04d92a0
No related branches found
No related tags found
No related merge requests found
Pipeline #5897 passed
...@@ -2,22 +2,15 @@ variables: ...@@ -2,22 +2,15 @@ variables:
LANG: en_US.UTF-8 LANG: en_US.UTF-8
stages: stages:
- setup
- build - build
- lint - lint
- docs - docs
- deploy - deploy
setup:
stage: setup
script:
- pod repo update
tags:
- xcode11
build-pod: build-pod:
stage: build stage: build
script: script:
- pod repo update
- cd Example/ - cd Example/
- pod install - pod install
- cd ../ - cd ../
...@@ -28,6 +21,7 @@ build-pod: ...@@ -28,6 +21,7 @@ build-pod:
build-example: build-example:
stage: build stage: build
script: script:
- pod repo update
- cd Example/ - cd Example/
- pod install - pod install
- cd ../ - cd ../
......
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