Skip to content

Commit

Permalink
Add missing env subst in gcr-auth (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaslavskii authored Jan 9, 2025
1 parent 69e9bcc commit d3587e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scripts/gcr-auth.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

ORB_VAL_REGISTRY_URL="$(circleci env subst "$ORB_VAL_REGISTRY_URL")"

unameOut="$(uname -s)"
case "${unameOut}" in
Linux*) platform=linux;;
Expand Down

0 comments on commit d3587e5

Please sign in to comment.