Skip to content

Commit

Permalink
build: removing trailing '/' on file copy (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Apr 20, 2024
1 parent 5e388c6 commit 2d9f6a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ check-clean-git-history:
RUN ./ci/check-clean-git-history.sh --from-reference "${from_reference}"


COPY_SOURCECODE:
COMMAND
DO +COPY_CI_DATA
COPY --dir "zsh-simple-abbreviations.zsh" "src/" "end-to-end-tests/" "./"


golang-base:
FROM golang:1.20.13
ENV GOPROXY=direct
Expand Down Expand Up @@ -106,12 +112,6 @@ check-github-actions-workflows-linting:
RUN ./ci/check-github-actions-workflows-linting.sh


COPY_SOURCECODE:
COMMAND
DO +COPY_CI_DATA
COPY --dir "zsh-simple-abbreviations.zsh/" "src/" "end-to-end-tests/" "./"


e2e-test:
BUILD +abbreviation-finding-ignores-arguments-e2e-test
BUILD +abbreviation-finding-ignores-environment-variables-e2e-test
Expand Down

0 comments on commit 2d9f6a8

Please sign in to comment.