File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 17
17
18
18
env :
19
19
IS_LATEST_RELEASE : ' true'
20
- APP_VERSION : 0.2.3
20
+ APP_VERSION : 0.2.4
21
21
22
22
steps :
23
23
- name : Checkout Code
58
58
files : |
59
59
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.tar.gz
60
60
/home/runner/work/ibm-object-csi-driver/ibm-object-csi-driver/cos-csi-mounter/cos-csi-mounter-${{ env.APP_VERSION }}.tar.gz.sha256
61
- tag_name : v0.2.3 -dev
62
- name : v0.2.3 -dev
61
+ tag_name : v0.2.4 -dev
62
+ name : v0.2.4 -dev
63
63
body : Generate debian package with KillMode=process
64
64
prerelease : ${{ env.IS_LATEST_RELEASE != 'true' }}
65
65
Original file line number Diff line number Diff line change 1
1
NAME := cos-csi-mounter
2
- APP_VERSION := 0.2.3
2
+ APP_VERSION := 0.2.4
3
3
BUILD_DIR := $(NAME ) -$(APP_VERSION )
4
4
BIN_DIR := bin
5
5
Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ func TestSetupSocket_FailsToCreateSocket(t *testing.T) {
102
102
103
103
func TestSetupSocket_StatSocketFileFails (t * testing.T ) {
104
104
tmpDir := t .TempDir ()
105
-
106
- // Override constants
107
105
originalSocketDir := constants .SocketDir
108
106
originalSocketFile := constants .SocketFile
109
107
constants .SocketDir = tmpDir
You can’t perform that action at this time.
0 commit comments