Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pipeline-creation-assistant
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grid5000
pipeline-creation-assistant
Commits
2c88eb77
Verified
Commit
2c88eb77
authored
9 months ago
by
Philippe Virouleau
Browse files
Options
Downloads
Patches
Plain Diff
Remove dev default branch
parent
ff40258d
No related branches found
No related tags found
No related merge requests found
Pipeline
#1058844
passed
9 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/CreatePipeline.tsx
+1
-2
1 addition, 2 deletions
src/components/CreatePipeline.tsx
with
1 addition
and
2 deletions
src/components/CreatePipeline.tsx
+
1
−
2
View file @
2c88eb77
...
@@ -146,8 +146,7 @@ export default function CreatePipeline() {
...
@@ -146,8 +146,7 @@ export default function CreatePipeline() {
const
[
generations
,
setGenerations
]
=
useState
<
GenState
>
(
initialState
());
const
[
generations
,
setGenerations
]
=
useState
<
GenState
>
(
initialState
());
const
[
clusters
,
setClusters
]
=
useState
<
TestState
>
([]);
const
[
clusters
,
setClusters
]
=
useState
<
TestState
>
([]);
// FIXME: when feature is merged into master, just put null here.
const
[
branch
,
setBranch
]
=
useState
<
string
|
null
>
(
null
);
const
[
branch
,
setBranch
]
=
useState
<
string
|
null
>
(
'
create-pipeline
'
);
const
[
refApiBranch
,
setRefApiBranch
]
=
useState
<
string
|
null
>
(
null
);
const
[
refApiBranch
,
setRefApiBranch
]
=
useState
<
string
|
null
>
(
null
);
return
(
return
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment