mirror of
https://github.com/harness/drone.git
synced 2025-05-21 19:39:59 +08:00
Unscripted fixes (#601)
This commit is contained in:
parent
90a482186c
commit
f866dc3ab1
@ -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
|
||||
|
@ -41,7 +41,7 @@ const StarterPipelineV1: Record<string, unknown> = {
|
||||
type: 'run',
|
||||
spec: {
|
||||
container: 'alpine',
|
||||
run: 'echo "hello world"'
|
||||
script: 'echo "hello world"'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -275,6 +275,7 @@ export default function SpaceSettings() {
|
||||
<Button
|
||||
className={css.button}
|
||||
variation={ButtonVariation.PRIMARY}
|
||||
disabled
|
||||
onClick={() => {
|
||||
openModal()
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user