Skip to content

Commit fe979f0

Browse files
committed
fix bump stage in pipeline
1 parent 0878427 commit fe979f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci.gocd.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ pipelines:
4949
- exec:
5050
command: /bin/bash
5151
arguments:
52-
- ./tasks.sh
53-
- set_version
52+
- -c
53+
- ./tasks.sh set_version
5454
- exec:
5555
command: /bin/bash
56-
- ./tasks.sh
57-
- commit
56+
- -c
57+
- ./tasks.sh commit
5858
- exec:
5959
command: git
6060
arguments:

0 commit comments

Comments
 (0)