Skip to content

Commit 70c87ba

Browse files
committed
chore: remove silent mode from various tasks in utils.yml
This commit updates the utils.yml file by removing the 'silent' attribute from several tasks, allowing for more verbose output during task execution. This change aims to improve visibility and debugging capabilities for internal tasks.
1 parent 00cf064 commit 70c87ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

applications/wg-easy/taskfiles/utils.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ tasks:
44
get-kubeconfig:
55
desc: Get kubeconfig for the test cluster (internal)
66
internal: true
7-
silent: false
87
run: once
98
cmds:
109
- |
@@ -16,7 +15,6 @@ tasks:
1615
remove-k3s-traefik:
1716
desc: Remove pre-installed Traefik from k3s clusters (internal)
1817
internal: true
19-
silent: false
2018
run: once
2119
status:
2220
- |
@@ -58,7 +56,6 @@ tasks:
5856
wait-for-cluster:
5957
desc: Wait for cluster to be in running state
6058
internal: true
61-
silent: true
6259
vars:
6360
CLUSTER_NAME: '{{.CLUSTER_NAME}}'
6461
TIMEOUT: '{{.TIMEOUT | default "300"}}'
@@ -90,7 +87,6 @@ tasks:
9087
9188
port-operations:
9289
desc: Expose and check status of ports
93-
silent: true
9490
vars:
9591
OPERATION: '{{.OPERATION | default "expose"}}'
9692
CLUSTER_NAME: '{{.CLUSTER_NAME}}'
@@ -125,7 +121,6 @@ tasks:
125121
126122
vendor-api-auth:
127123
desc: Verify authorization against Replicated Vendor API
128-
silent: false
129124
vars:
130125
API_TOKEN: '{{.REPLICATED_API_TOKEN | default (env "REPLICATED_API_TOKEN")}}'
131126
cmds:
@@ -160,7 +155,6 @@ tasks:
160155
gcp-operations:
161156
desc: GCP VM operations
162157
internal: true
163-
silent: true
164158
vars:
165159
OPERATION: '{{.OPERATION}}'
166160
GCP_PROJECT: '{{.GCP_PROJECT}}'

0 commit comments

Comments
 (0)