Skip to content
Snippets Groups Projects
Commit 028803b4 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Quote eTag

parent 619fdeda
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
export eTAG="latest-dev"
echo $1
if [ $1 ] ; then
echo "$1"
if [ "$1" ] ; then
eTAG=$1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment