Skip to content

Commit

Permalink
fix(gitpod): Misprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Nov 25, 2023
1 parent d083af4 commit 7a76ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/gitpodURL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ config_file="/workspace/quickstart-tutorials/dockerfiles/jenkins.yaml"
service_url=$(echo "$GITPOD_WORKSPACE_URL" | awk -F/ '{print $3}')

# Print the hostname for debugging purposes
echo "Once you enter `docker compose up <target>, Jenkins will be accessible here: https://8080-$service_url"
echo "Once you enter `docker compose up <target>`, Jenkins will be accessible here: https://8080-$service_url"

# Use yq to update the value of the .unclassified.location.url field in the configuration file
yq eval ".unclassified.location.url = \"https://8080-$service_url/\"" "$config_file" > "$config_file.tmp" && mv "$config_file.tmp" "$config_file"
Expand Down

0 comments on commit 7a76ec0

Please sign in to comment.