Skip to content

Commit 4b98dd7

Browse files
authored
feat(gitpod): Add the cpp target.
1 parent a97ee5c commit 4b98dd7

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" "default")
10+
targets=("maven" "node" "python" "multi" "cpp" "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)