version: "1.0" environment: builder: "baremetal" bootstrap: user: "vulcan" workspace: path: "/home/vulcan/workspace" fallback: true hooks: early: - name: "test-early-hook" command: "echo 'early hook executed'" late: - name: "test-late-hook" command: "echo 'late hook executed'"