Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
0bb3be00
Unverified
Commit
0bb3be00
authored
Mar 21, 2026
by
Dillon Cullinan
Committed by
GitHub
Mar 21, 2026
Browse files
ci: Remove output of command execution for vcluster connections (#7548)
Signed-off-by:
Dillon Cullinan
<
dcullinan@nvidia.com
>
parent
07256f04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
.github/actions/connect-vcluster/action.yml
.github/actions/connect-vcluster/action.yml
+0
-1
.github/actions/dynamo-deploy-test/action.yml
.github/actions/dynamo-deploy-test/action.yml
+1
-0
No files found.
.github/actions/connect-vcluster/action.yml
View file @
0bb3be00
...
...
@@ -37,7 +37,6 @@ runs:
NAMESPACE
:
${{ inputs.vcluster_namespace }}
run
:
|
echo "::group::Port-forward and generate vCluster kubeconfig"
set -x
kubectl port-forward -n ${NAMESPACE} svc/${VCLUSTER_NAME} 8443:443 &
sleep 5
...
...
.github/actions/dynamo-deploy-test/action.yml
View file @
0bb3be00
...
...
@@ -52,6 +52,7 @@ runs:
env
:
NAMESPACE
:
${{ inputs.namespace }}
run
:
|
set +x
echo "${{ inputs.kubeconfig_base64 }}" | base64 -d > ${{ github.workspace }}/.kubeconfig
chmod 600 ${{ github.workspace }}/.kubeconfig
echo "KUBECONFIG=${{ github.workspace }}/.kubeconfig" >> $GITHUB_ENV
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment