We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9a854 commit 1b6e8f3Copy full SHA for 1b6e8f3
.github/workflows/build.yml
@@ -83,6 +83,9 @@ jobs:
83
runs-on: [ self-hosted ]
84
container:
85
image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:kylos101-kubecdl-home.1
86
+ volumes:
87
+ - /var/tmp:/var/tmp
88
+ - /tmp:/tmp
89
outputs:
90
previewctl_hash: ${{ steps.build.outputs.previewctl_hash }}
91
steps:
@@ -151,6 +154,9 @@ jobs:
151
154
- 23306:23306
152
155
153
156
157
158
159
160
env:
161
DB_HOST: "mysql"
162
DB_PORT: "23306"
0 commit comments