Explorar el Código

log fe output for github deploy (#3229)

Co-authored-by: Justin Rhee <jusrhee@Justins-MacBook-Air.local>
jusrhee hace 3 años
padre
commit
73ea7f41c0
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      dashboard/src/main/home/launch/launch-flow/SourcePage.tsx

+ 3 - 0
dashboard/src/main/home/launch/launch-flow/SourcePage.tsx

@@ -64,6 +64,9 @@ class SourcePage extends Component<PropsType, StateType> {
   renderSourceSelector = () => {
     let { capabilities, setCurrentModal } = this.context;
     let { sourceType, setSourceType, hasSource } = this.props;
+    console.log("GitHub:", capabilities.github);
+    console.log("GitLab:", capabilities.gitlab);
+    console.log("hasSource:", hasSource);
 
     if (sourceType === "") {
       return (