Skip to content

Seems like WSR_ variables do not expand properly in variables block

I think this bit of prepare.sh is supposed to enable referencing WSR_SERVICE_ variables within the variables block of a CI job, but that does not appear to be working properly.

Evidence is that notifications had a job that didn't work when setting the DB string in variables, but did work when passing the same string to export DB_URL=... within the scripts steps.

Edited by Ryan Ahearn