fail-deploy-on-invalid-version
main
closes #11
@@ -10,6 +10,11 @@ else
echo "installing hugo version $HUGO_VERSION"
curl -o hugo.tgz --fail -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz" && \
tar xvzf hugo.tgz -C $BIN_TARGET
res=$?
The indentation is borked? It doesn't need to be on the same level as the && \ ... line?
&& \ ...
@devydave
No dependencies set.
The note is not visible to the blocked user.
closes #11
@@ -10,6 +10,11 @@ elseecho "installing hugo version $HUGO_VERSION"curl -o hugo.tgz --fail -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.tar.gz" && \tar xvzf hugo.tgz -C $BIN_TARGETres=$?The indentation is borked? It doesn't need to be on the same level as the
&& \ ...line?@devydave
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.