Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jan 4, 2024
1 parent 2fb30e3 commit e72ac0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
!**/.gitignore
!.git/HEAD
!.git/config
!.git/packed-refs
!.git/refs/heads/**
!.git/refs/heads/**
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS csharp-sdk
RUN mkdir /package
COPY /Conductor /package/Conductor
COPY /README.md /package/Conductor/README.md
WORKDIR /package/Conductor

FROM csharp-sdk AS linter
Expand All @@ -21,7 +22,6 @@ WORKDIR /package/Tests
RUN dotnet test -l "console;verbosity=normal"

FROM build as pack_release
COPY /README.md /package/Conductor/README.md
ARG SDK_VERSION
RUN dotnet pack "conductor-csharp.csproj" \
-o /build \
Expand Down

0 comments on commit e72ac0a

Please sign in to comment.