From 128cac6169338e61780ff4d6535fe1dc4d5b135a Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Thu, 30 Sep 2021 17:35:10 -0300 Subject: [PATCH] testing --- .github/workflows/ci-cd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3438b01..fb49e3f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -32,7 +32,10 @@ jobs: run: npm run test - name: npm Build - run: BUILD_BRANCH=$(echo ${GITHUB_REF#refs/heads/}) BUILD_COMMIT=${{ github.sha }} npm run build + run: | + BUILD_BRANCH=$(echo "${GITHUB_REF#refs/heads/}") + BUILD_COMMIT=${{ github.sha }} + npm run build - name: Deploy S3 Development if: github.event_name == 'push' && github.event.push.ref == 'refs/heads/AUT-1161'