Skip to content

Commit

Permalink
disable export, fix default pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesHarness committed Sep 21, 2023
1 parent 7a0d4c3 commit 0d97cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/i18n/strings.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/AddUpdatePipeline/AddUpdatePipeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const StarterPipelineV1: Record<string, unknown> = {
type: 'run',
spec: {
container: 'alpine',
run: 'echo "hello world"'
script: 'echo "hello world"'
}
}
]
Expand Down
1 change: 1 addition & 0 deletions web/src/pages/SpaceSettings/SpaceSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ export default function SpaceSettings() {
<Button
className={css.button}
variation={ButtonVariation.PRIMARY}
disabled
onClick={() => {
openModal()
}}
Expand Down

0 comments on commit 0d97cd1

Please sign in to comment.