Skip to content

Commit 23323b9

Browse files
committed
fix: comments & syntax
1 parent d92cac9 commit 23323b9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt update -y && apt install -y \
99
curl \
1010
python3 \
1111
pipx \
12+
# For ocflib tests
1213
mariadb-server \
1314
git
1415

@@ -28,6 +29,7 @@ RUN chown -R ocf /runner
2829
USER ocf
2930

3031
# 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
3133
RUN pipx install poetry
3234
ENV PATH="/home/ocf/.local/bin:${PATH}"
3335

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
# Configure runner
55
./config.sh \
66
--unattended \
7-
--url https://github.com/ocf/ocflib \
7+
--url https://github.com/ocf \
88
--pat ${GITHUB_PAT} \
99
--replace --name ocf-github-runner
1010

0 commit comments

Comments
 (0)