Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seblu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
linux-seblu
Commits
13613f95
Commit
13613f95
authored
2 years ago
by
Seblu
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
d16a7d1d
No related branches found
No related tags found
No related merge requests found
Pipeline
#523
waiting for manual action with stages
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-4
6 additions, 4 deletions
.gitlab-ci.yml
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
6
−
4
View file @
13613f95
...
...
@@ -3,8 +3,9 @@
makepkg
:
stage
:
build
rules
:
-
if
:
'
$CI_COMMIT_TAG'
-
if
:
$CI_PIPELINE_SOURCE == 'web'
-
if
:
'
$CI_COMMIT_TAG'
when
:
on_success
-
when
:
manual
script
:
-
seblu-build
artifacts
:
...
...
@@ -17,8 +18,9 @@ makepkg:
commitpkg
:
stage
:
deploy
rules
:
-
if
:
'
$CI_COMMIT_TAG'
-
if
:
$CI_PIPELINE_SOURCE == 'web'
-
if
:
'
$CI_COMMIT_TAG'
when
:
on_success
-
when
:
manual
script
:
-
eval $(ssh-agent -s)
# - trap "kill $SSH_AGENT_PID" 0
...
...
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