disable export, fix default pipeline

prepare-gitness
Johannes Batzill 2023-09-21 12:10:14 -07:00
parent 7a0d4c3cfd
commit 0d97cd198f
3 changed files with 3 additions and 2 deletions

View File

@ -812,7 +812,7 @@ exportSpace:
newProject: New Project Details
upgradeConfirmation: Upgrade Confirmation
upgradeTitle: Upgrade this project to the Harness Software Delivery platform
upgrade: Upgrade
upgrade: Upgrade (Coming Soon)
upgradeContent: Upgrade this project to Harness. By upgrading to Harness, you will create a new project in your Harness account and migrate all repositories to the new project. Learn more about Harness.
upgradeProgress: 'Upgrading in progress'
exportCompleted: Upgrade Completed

View File

@ -57,7 +57,7 @@ const StarterPipelineV1: Record<string, unknown> = {
type: 'run',
spec: {
container: 'alpine',
run: 'echo "hello world"'
script: 'echo "hello world"'
}
}
]

View File

@ -291,6 +291,7 @@ export default function SpaceSettings() {
<Button
className={css.button}
variation={ButtonVariation.PRIMARY}
disabled
onClick={() => {
openModal()
}}