Checking regular variable

This commit is contained in:
phoenix
2025-03-12 19:47:39 -04:00
parent bb343ea579
commit 0b62f47a06
+2
View File
@@ -25,6 +25,8 @@ jobs:
sudo apt update -y sudo apt update -y
# 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' # 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
eval $(ssh-agent -s) eval $(ssh-agent -s)
echo $NO_VEIL
echo "Look before"
# mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable. # mv "$SSH_DEPLOY_KEY" gitlab_deploy_key # copies the file from the variable.
if [[ -z "$PRV_KEY" ]]; then echo "PRV_KEY is empty!"; exit 1; else echo "PRV_KEY is set."; fi if [[ -z "$PRV_KEY" ]]; then echo "PRV_KEY is empty!"; exit 1; else echo "PRV_KEY is set."; fi
echo ${{ secrets.SECRET_TEST }} echo ${{ secrets.SECRET_TEST }}