Skip to content

Commit 42e664d

Browse files
GitLab CI: drop unused archive stage
1 parent 120e1da commit 42e664d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
stages:
22
- build
3-
- archive
43

54
build_project:
65
stage: build
@@ -13,4 +12,4 @@ build_project:
1312
- xcodebuild clean build -workspace NotesExample.xcworkspace -scheme NotesExample-macOS -destination 'platform=OS X,arch=x86_64'
1413

1514
variables:
16-
GIT_SUBMODULE_STRATEGY: recursive
15+
GIT_SUBMODULE_STRATEGY: recursive

0 commit comments

Comments
 (0)