Skip to content

Commit d87d904

Browse files
author
Daniel K. O.
committed
Trying to fix workflow.
1 parent 0aace6c commit d87d904

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/package-mageia-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: addnab/docker-run-action@v3
2323
with:
2424
image: image-mageia-9
25-
run: bash -c "pwd ; ls -la ; ./build.sh"
25+
run: ./build.sh
2626

2727
- name: Copy from container to host
2828
uses: tj-actions/docker-cp@v2

packages/mageia-9/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ RUN urpmi --auto --quiet doxygen
88
RUN urpmi --auto --quiet lib64evdev-devel
99

1010
WORKDIR /buildroot
11-
RUN pwd
12-
RUN ls -la
13-
# COPY setup.sh .
14-
# COPY SPECS .
11+
COPY build.sh .
12+
COPY SPECS .
1513

1614
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)