Просмотр исходного кода

log fe output for github deploy (#3229)

Co-authored-by: Justin Rhee <jusrhee@Justins-MacBook-Air.local>
jusrhee 2 лет назад
Родитель
Сommit
73ea7f41c0
1 измененных файлов с 3 добавлено и 0 удалено
  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 (