|
|
|
@ -9,7 +9,7 @@ if(!process.env.authToken){ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
app.get('/cscclassprofilestaging', async (req, res) => { |
|
|
|
|
console.log("Recieved build request", req); |
|
|
|
|
console.log("Received build request", req); |
|
|
|
|
|
|
|
|
|
const buildId = req.query.ref; |
|
|
|
|
const name = `${buildId}-csc-class-profile-staging` |
|
|
|
|