Merge branch 'master' of https://code-repo.d4science.org/gCubeCI/gCubeActions
This commit is contained in:
commit
4814a8efd9
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
out=`find . -name '*.gcubekey' `
|
out=`find . -name '*.gcubekey' `
|
||||||
if [[ -n "${out}" ]]; then
|
if [[ -n "${out}" ]]; then
|
||||||
echo "gcubekey found in "
|
echo "gcubekey found: "
|
||||||
echo "${out}"
|
echo "${out}"
|
||||||
else
|
else
|
||||||
echo "gcubekey not found"
|
echo "gcubekey not found"
|
||||||
|
|
Loading…
Reference in New Issue