Explorar o código

log fe output for github deploy (#3229)

Co-authored-by: Justin Rhee <jusrhee@Justins-MacBook-Air.local>
jusrhee %!s(int64=3) %!d(string=hai) anos
pai
achega
73ea7f41c0
Modificáronse 1 ficheiros con 3 adicións e 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 (