mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
again
This commit is contained in:
parent
97fb492f2a
commit
6f39c5e7db
1 changed files with 1 additions and 8 deletions
9
.github/workflows/deploy-DEV.yml
vendored
9
.github/workflows/deploy-DEV.yml
vendored
|
@ -53,17 +53,10 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: .automation/upload-docker.sh
|
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 #
|
# Run Linter against code base #
|
||||||
################################
|
################################
|
||||||
- name: Run Test Cases
|
- name: Run Test Cases
|
||||||
uses: docker://admiralawkbar/super-linter:${{ BRANCH_NAME }}
|
uses: docker://admiralawkbar/super-linter:${ GITHUB_REF##*/}
|
||||||
env:
|
env:
|
||||||
TEST_CASE_RUN: true
|
TEST_CASE_RUN: true
|
||||||
|
|
Loading…
Reference in a new issue