We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b864e commit 2010fedCopy full SHA for 2010fed
dockerfiles/gitpodURL.sh
@@ -7,7 +7,7 @@ config_file="/workspace/quickstart-tutorials/dockerfiles/jenkins.yaml"
7
service_url=$(echo "$GITPOD_WORKSPACE_URL" | awk -F/ '{print $3}')
8
9
# Define an array of targets
10
-targets=("maven" "node" "python" "multi" "cpp" "default")
+targets=("maven" "node" "python" "multi" "cpp" "dotnet" "default")
11
12
# Initialize an empty string for the message
13
message="As a gentle reminder, the current profiles are: "
0 commit comments