Skip to content
Snippets Groups Projects

Add frontend files for GitLab Pages Pipeline Wizard

Merged Janis Altherr requested to merge prepare-pages-for-pipeline-wizard into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
<script>
import { GlLoadingIcon } from '@gitlab/ui';
import { captureException } from "@sentry/browser";
import PipelineWizard from '~/pipeline_wizard/pipeline_wizard.vue';
import PagesWizardTemplate from '~/pipeline_wizard/templates/pages.yml';
import { logError } from '~/lib/logger';
@@ -50,6 +51,7 @@ export default {
} catch (e) {
// eslint-disable-next-line @gitlab/require-i18n-strings
logError('Updating the pages onboarding state failed', e);
captureException(e)
}
},
async onDone() {
Loading