Skip to content

Commit

Permalink
now it is a fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 10, 2024
1 parent e76b634 commit dd4dbac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-single-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
id: check
run: |
echo "Checking for changes in paths ${{ steps.setup-regex.outputs.regex }}.."
EXIT_CODE=0
changed_files="$(git diff --name-only ${{ inputs.github_ref_before }} ${{ inputs.github_ref_after }} | grep -E '${{ steps.setup-regex.outputs.regex }}')" || EXIT_CODE=$?
if [ $EXIT_CODE -eq 1 ]; then
echo "No changes detected in ${{ steps.setup-regex.outputs.regex }}!🔍"
Expand Down
1 change: 0 additions & 1 deletion docker/images/build-env-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ RUN git clone https://github.com/EVerest/everest-cmake.git ${EVEREST_CMAKE_PATH}
&& cd ${EVEREST_CMAKE_PATH} \
&& git checkout ${EVEREST_CMAKE_VERSION} \
&& rm -r .git

0 comments on commit dd4dbac

Please sign in to comment.