Reverted change to playground and fixed duplicate pr builds
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-06-13 23:57:22 -07:00
parent 5c02596938
commit 35db02a0c8
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
2 changed files with 5 additions and 1 deletions

View File

@ -61,5 +61,9 @@ steps:
- echo "The docker build tag is ${DRONE_BRANCH//\//-}"
- 'curl -H "Authorization: $STAGING_AUTH_TOKEN" https://csclub.uwaterloo.ca/~snedadah/webhooks/cscclassprofilestaging?ref=${DRONE_BRANCH//\//-}'
trigger:
event:
exclude:
- pull_request #avoid double build on PRs

View File

@ -4,7 +4,7 @@ import React from "react";
export default function Home() {
return (
<p>
Click <Link href="/playground">here</Link> to visit the playground 9
Click <Link href="/playground">here</Link> to visit the playground
</p>
);
}