Skip to content

Commit

Permalink
[281] removed man, test trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Jul 28, 2023
1 parent bb9d2d9 commit edf8fd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- 'v*.*.*'
- 'TEST-*'
env:
RELEASE_VERSION: ${{ github.ref_name }}
LINUX_BIN_PATH: uffizzi-${{ github.ref_name }}-linux-x86_64
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN apk --update add --no-cache \
ruby-json \
openssl \
groff \
mandoc \
man-pages \
bash \
vim

Expand All @@ -35,7 +33,6 @@ RUN bundle exec rake install
FROM ruby:3.0.3 AS shell

RUN apt-get update && apt-get install -y \
man-db \
vim \
bash \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit edf8fd8

Please sign in to comment.