Skip to content

Instantly share code, notes, and snippets.

View nfahrni's full-sized avatar

kevinSpaceyIsKeyserSoeze nfahrni

  • Switzerland
View GitHub Profile
#!/bin/bash
set -e
if [ -z "$AZP_URL" ]; then
echo 1>&2 "error: missing AZP_URL environment variable"
exit 1
fi
if [ -z "$AZP_TOKEN_FILE" ]; then
if [ -z "$AZP_TOKEN" ]; then