Skip to content

Commit 38c7370

Browse files
mbelladebeikov
authored andcommitted
HHH-18870 Set HOME to /root for atlas CI runners
1 parent 894fa84 commit 38c7370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ jobs:
214214
env:
215215
RDBMS: ${{ matrix.rdbms }}
216216
RUNID: ${{ github.run_number }}
217+
# These runners have no HOME variable set by default, we need to explicitly set it to make the build work
218+
HOME: /root
217219
run: ./ci/build-github.sh
218220
shell: bash
219221
# Upload build scan data.

0 commit comments

Comments
 (0)