skip to Main Content

Unable to get the value of variable inside a variable in azure pipelines – Ubuntu

I'm trying to use variables inside variables in azure pipelines. Below is an example of the bash script: #!/bin/bash customer=google environment=preprod android_google_preprod_account_activation_url=preprod.google.com echo "Customer is $customer" echo "Environment is $environment" var1=android_${customer}_${environment}_account_activation_url echo "variable is $var1" echo "original value is ${!var1}"…

VIEW QUESTION

TYPO3 10.4 – How add in hreflang, more Output, only 2 BE Language? – SEO

my Request in TYPO3 10.4 with the tx_seo is for only two Lang: de-CH and en-US like this: <link rel="alternate" hreflang="de-CH" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="de-DE" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="de-AT" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="en-US" href="https://www.example.org/en/products/test-rail"/> <link rel="alternate" hreflang="x-default" href="https://www.example.org/en/products/test-rail"/> I have…

VIEW QUESTION
Back To Top
Search