Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit076f295

Browse files
committed
rm extra whitespace in CircleCI config
1 parentdc2267e commit076f295

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ workflows:
44
build-and-deploy:
55
jobs:
66
-build
7-
-push:
7+
-push:
88
filters:
99
tags:
10-
only:/^v.*/
10+
only:/^v.*/
1111
branches:
1212
ignore:/.*/
1313
jobs:
@@ -30,7 +30,7 @@ jobs:
3030
resource_class:large
3131
steps:
3232
-checkout
33-
-run:
33+
-run:
3434
name:semver check
3535
command:|
3636
MAJOR=$(echo ${CIRCLE_TAG#v} | cut -d"." -f1)
@@ -46,8 +46,8 @@ jobs:
4646
4747
This job uses the semver from the git TAG as the public version to publish.
4848
49-
- This should only run on workflows triggered by a tag.
50-
- The tag name should be a semver like 'v1.2.3'
49+
- This should only run on workflows triggered by a tag.
50+
- The tag name should be a semver like 'v1.2.3'
5151
- The version should follow conventions documented at https://github.com/fsaintjacques/semver-tool
5252
EOF
5353
exit 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp