mirror of https://github.com/harness/drone.git
disable export, fix default pipeline
parent
7a0d4c3cfd
commit
0d97cd198f
|
@ -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
|
||||
|
|
|
@ -57,7 +57,7 @@ const StarterPipelineV1: Record<string, unknown> = {
|
|||
type: 'run',
|
||||
spec: {
|
||||
container: 'alpine',
|
||||
run: 'echo "hello world"'
|
||||
script: 'echo "hello world"'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -291,6 +291,7 @@ export default function SpaceSettings() {
|
|||
<Button
|
||||
className={css.button}
|
||||
variation={ButtonVariation.PRIMARY}
|
||||
disabled
|
||||
onClick={() => {
|
||||
openModal()
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue