Continuous Integration (CI): Difference between revisions

imported>Mic92
imported>Mic92
fix syntax
Line 34: Line 34:
     # store a token provided in the  buildkite webinterface in the `Agents` tab under `Agents token`
     # store a token provided in the  buildkite webinterface in the `Agents` tab under `Agents token`
     tokenPath = "/path/to/token";
     tokenPath = "/path/to/token";
     privateSshKeyPath = "/path/to/ssh/key;
     privateSshKeyPath = "/path/to/ssh/key";
   };
   };
}
}