File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,8 @@ jobs:
109
109
RELEASE_VERSION : ${{ steps.release_drafter.outputs.tag_name }}
110
110
run : |
111
111
RELEASE_VERSION=${RELEASE_VERSION:1} make version
112
- .maintain/client_release.sh
112
+ cargo build --release -p composable
113
+ echo "client_release=1" >> "$GITHUB_ENV"
113
114
114
115
# This uploads the client binary built in the previous step to the release draft
115
116
# DO NOT REMOVE
Original file line number Diff line number Diff line change 1
1
---
2
2
plugin : gcp_compute
3
3
projects :
4
- - composable-ops-5568
4
+ - dali-rococo
5
5
hostname :
6
6
- name
7
7
keyed_groups :
@@ -14,6 +14,6 @@ groups:
14
14
testnode : " testnode' in (labels|list)"
15
15
filters : []
16
16
auth_kind : serviceaccount
17
- service_account_file : /opt/ansible/inventory/new .json
17
+ service_account_file : /opt/ansible/inventory/dali-rococo .json
18
18
vars :
19
19
- ansible_python_interpreter : /usr/bin/python3
You can’t perform that action at this time.
0 commit comments