From 6f39c5e7db99aeac016f5354c87a6659ffc9d23f Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 12:40:11 -0600 Subject: [PATCH] again --- .github/workflows/deploy-DEV.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index 813d1cf0..cd03e34d 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -53,17 +53,10 @@ jobs: shell: bash run: .automation/upload-docker.sh - ####################### - # Get the branch name # - ####################### - - name: get the branch name - shell: bash - run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')" - ################################ # Run Linter against code base # ################################ - name: Run Test Cases - uses: docker://admiralawkbar/super-linter:${{ BRANCH_NAME }} + uses: docker://admiralawkbar/super-linter:${ GITHUB_REF##*/} env: TEST_CASE_RUN: true