Skip to content

Instantly share code, notes, and snippets.

@tacsio
Created October 11, 2022 09:46
Show Gist options
  • Save tacsio/eb802c5c6226bb6e1442e7e691d6e4ec to your computer and use it in GitHub Desktop.
Save tacsio/eb802c5c6226bb6e1442e7e691d6e4ec to your computer and use it in GitHub Desktop.
awk if variable
echo $CI_COMMIT_REF_NAME | awk -v t=$TAG -F _ '{ if (t == $AMBIENTE) { print "ambientex" } else { print tolower($1)}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment