Skip to content

Commit 7ce3c55

Browse files
authored
[node-labeler] Add debug.sh script (#16837)
1 parent a5df1cb commit 7ce3c55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/node-labeler/debug.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
3+
# Licensed under the GNU Affero General Public License (AGPL).
4+
# See License.AGPL.txt in the project root for license information.
5+
6+
set -Eeuo pipefail
7+
8+
source /workspace/gitpod/scripts/ws-deploy.sh deployment node-labeler false

0 commit comments

Comments
 (0)