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:
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 ../
......
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