Skip to content

Commit 1b6e8f3

Browse files
authored
[gha] mount /var/tmp to 'host' (#16802)
1 parent 5f9a854 commit 1b6e8f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
runs-on: [ self-hosted ]
8484
container:
8585
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:kylos101-kubecdl-home.1
86+
volumes:
87+
- /var/tmp:/var/tmp
88+
- /tmp:/tmp
8689
outputs:
8790
previewctl_hash: ${{ steps.build.outputs.previewctl_hash }}
8891
steps:
@@ -151,6 +154,9 @@ jobs:
151154
- 23306:23306
152155
container:
153156
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:kylos101-kubecdl-home.1
157+
volumes:
158+
- /var/tmp:/var/tmp
159+
- /tmp:/tmp
154160
env:
155161
DB_HOST: "mysql"
156162
DB_PORT: "23306"

0 commit comments

Comments
 (0)