Community maintained Docker config for the knot server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

👷 : list directory files before launching build

+3 -1
+3 -1
.tangled/workflows/build.yml
··· 18 18 19 19 steps: 20 20 - name: "Build image" 21 - command: "executor --context . --dockerfile Dockerfile --no-push" 21 + command: | 22 + ls -l 23 + executor --context . --no-push