Skip to content

Commit 452c9b5

Browse files
Merge pull request circleci#2088 from circleci/remove-unsupported-tag-skip
remove [skip ci] tag example
2 parents 8e40556 + c657c11 commit 452c9b5

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

jekyll/_cci1/skip-a-build.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,3 @@ Date: Wed Jan 23 16:30:24 2013 -0800
7070
```
7171

7272
In this example both commits are skipped because they were pushed together.
73-
74-
### 4. Skip a Git tag release
75-
76-
```
77-
$ git log origin/master..HEAD
78-
79-
master:
80-
Release v2.6.1 [ci skip]
81-
Presentation data cleanup (#41)
82-
Enable translation update for presentation also
83-
```
84-
85-
You can skip building Git tags by including `[ci skip]` in the tag description.

0 commit comments

Comments
 (0)