Skip to content

Commit d995bae

Browse files
Update docker_sc4s.service
1 parent a0d1dce commit d995bae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/resources/docker_sc4s.service

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ ExecStartPre=/usr/bin/bash -c "/usr/bin/systemctl set-environment SC4SHOST=$(hos
3434
ExecStartPre=/usr/bin/bash -c "/usr/bin/docker rm SC4S > /dev/null 2>&1 || true"
3535
ExecStart=/usr/bin/docker run \
3636
-e "SC4S_CONTAINER_HOST=${SC4SHOST}" \
37+
-e GITHUB_ACTIONS=true \
38+
-e CI=true \
3739
-v "$SC4S_PERSIST_MOUNT" \
3840
-v "$SC4S_LOCAL_MOUNT" \
3941
-v "$SC4S_ARCHIVE_MOUNT" \

0 commit comments

Comments
 (0)