From 0375f2cb8e826775655e7c8f067e3fd44146d125 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Fri, 16 Sep 2022 11:08:00 -0700 Subject: [PATCH] added closing parenthesis --- .github/workflows/eslint copy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint copy.yml b/.github/workflows/eslint copy.yml index 6fde7ca..2ee1271 100644 --- a/.github/workflows/eslint copy.yml +++ b/.github/workflows/eslint copy.yml @@ -33,4 +33,4 @@ jobs: run: | eval `ssh-agent -s` ssh-add - <<< "$DEPLOY_PRIVATE_KEY" - ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} -C "cd /tmp && (git clone git@github.com:${GITHUB_REPOSITORY} || (cd arabot && git pull && git checkout ${GITHUB_REF}) && docker-compose build" + ssh -o StrictHostKeyChecking=no ${DEPLOY_USER}@${DEPLOY_HOST} -C "cd /tmp && (git clone git@github.com:${GITHUB_REPOSITORY}) || (cd arabot && git pull && git checkout ${GITHUB_REF}) && docker-compose build"