Skip to content

Commit d661563

Browse files
committed
chore: change step 0
1 parent 0dda7e8 commit d661563

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.cl/cloudbuild.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,14 @@
1313
# limitations under the License.
1414

1515
steps:
16-
# Enable fuse config (Linux - assuming Cloud Build environment is Linux-based)
1716
- id: enable-fuse-config
1817
name: 'ubuntu'
1918
entrypoint: bash
2019
args:
2120
- '-c'
2221
- |
23-
apt-get update && apt-get install -y --no-install-recommends fuse
24-
# Check if FUSE device exists
25-
if [ ! -c /dev/fuse ]; then
26-
echo "Error: FUSE device /dev/fuse not found. FUSE might not be available in this environment."
27-
exit 1
28-
fi
22+
apt-get update
23+
apt-get install -y sudo
2924
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
3025
3126
- id: run mysql integration tests

0 commit comments

Comments
 (0)