Skip to content

Commit

Permalink
build: rename ci.sh linux-ci.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed May 6, 2024
1 parent 2c860fd commit e059c8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libgmp-dev
- name: Run CI script
run: ./ci.sh
run: ./linux-ci.sh
- name: Add artifact name to env
run: |
printf \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update \

ADD . /build/initool/
WORKDIR /build/initool/
RUN ./ci.sh
RUN ./linux-ci.sh

FROM debian:bookworm-slim
RUN mkdir -p /app/initool/
Expand Down
File renamed without changes.

0 comments on commit e059c8c

Please sign in to comment.