We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92cac9 commit 23323b9Copy full SHA for 23323b9
2 files changed
Dockerfile
@@ -9,6 +9,7 @@ RUN apt update -y && apt install -y \
9
curl \
10
python3 \
11
pipx \
12
+ # For ocflib tests
13
mariadb-server \
14
git
15
@@ -28,6 +29,7 @@ RUN chown -R ocf /runner
28
29
USER ocf
30
31
# Since the server is run by a different user, we must install pipx packages under user ocf
32
+# We use poetry broadly for pakcage management
33
RUN pipx install poetry
34
ENV PATH="/home/ocf/.local/bin:${PATH}"
35
start.sh
@@ -4,7 +4,7 @@ set -e
4
# Configure runner
5
./config.sh \
6
--unattended \
7
- --url https://github.com/ocf/ocflib \
+ --url https://github.com/ocf \
8
--pat ${GITHUB_PAT} \
--replace --name ocf-github-runner
0 commit comments