We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d14b01b + 290a0e1 commit e3dd694Copy full SHA for e3dd694
.github/workflows/dockers_builder_dev.yml
@@ -87,6 +87,8 @@ jobs:
87
- name: clean up workspace
88
if: ${{ always() }}
89
run: |
90
+ # some files are created by a docker container
91
+ sudo chown -R $USER:$USER .
92
rm -rf ./*
93
rm -rf ./.??*
94
@@ -165,6 +167,8 @@ jobs:
165
167
166
168
169
170
171
172
173
174
@@ -295,6 +299,8 @@ jobs:
295
299
296
300
297
301
302
303
298
304
305
306
0 commit comments