Skip to content

Commit

Permalink
cleanup!
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Sep 23, 2024
1 parent a45ae28 commit 3cfa3c6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ runs:
else
echo "SUPPORT_DESTDIR=${{ inputs.support-path }}" >> $GITHUB_ENV
fi
echo ${_LIB_PATH}
echo "_LIB_PATH=${_LIB_PATH}:${SUPPORT_DESTDIR%/*}" >> /tmp/bats-lib-path
- name: "Set cache for Bats-support"
if: inputs.support-install == 'true'
Expand Down Expand Up @@ -231,8 +229,6 @@ runs:
else
echo "ASSERT_DESTDIR=${{ inputs.assert-path }}" >> $GITHUB_ENV
fi
echo ${_LIB_PATH}
echo "_LIB_PATH=${_LIB_PATH}:${ASSERT_DESTDIR%/*}" >> /tmp/bats-lib-path
- name: "Set cache for Bats-assert"
if: inputs.assert-install == 'true'
Expand Down Expand Up @@ -274,8 +270,6 @@ runs:
else
echo "DETIK_DESTDIR=${{ inputs.detik-path }}" >> $GITHUB_ENV
fi
echo $_LIB_PATH
echo "_LIB_PATH=${_LIB_PATH}:${DETIK_DESTDIR%/*}" >> /tmp/bats-lib-path
- name: "Set cache for Bats-detik"
if: inputs.detik-install == 'true'
Expand Down Expand Up @@ -316,8 +310,6 @@ runs:
else
echo "FILE_DESTDIR=${{ inputs.file-path }}" >> $GITHUB_ENV
fi
echo $_LIB_PATH
echo "_LIB_PATH=${_LIB_PATH}:${FILE_DESTDIR%/*}" >> /tmp/bats-lib-path
- name: "Set cache for Bats-file"
if: inputs.file-install == 'true'
Expand Down Expand Up @@ -349,7 +341,7 @@ runs:
echo "file-installed=true" >> $GITHUB_OUTPUT
[[ "${{ inputs.file-clean }}" == "true" ]] && rm -rf ${TEMPDIR} || exit 0
- name: "Set BATS_LIB_PATH"
- name: "build BATS_LIB_PATH"
id: libpath
shell: bash
run: |
Expand Down

0 comments on commit 3cfa3c6

Please sign in to comment.