Skip to content

Commit 2010fed

Browse files
authored
chore(gitpod): Add dotnet
1 parent 91b864e commit 2010fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/gitpodURL.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ config_file="/workspace/quickstart-tutorials/dockerfiles/jenkins.yaml"
77
service_url=$(echo "$GITPOD_WORKSPACE_URL" | awk -F/ '{print $3}')
88

99
# Define an array of targets
10-
targets=("maven" "node" "python" "multi" "cpp" "default")
10+
targets=("maven" "node" "python" "multi" "cpp" "dotnet" "default")
1111

1212
# Initialize an empty string for the message
1313
message="As a gentle reminder, the current profiles are: "

0 commit comments

Comments
 (0)