Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aur-autobuild-mirror
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
aur-autobuild-mirror
Merge requests
!3
An error occurred while fetching the assigned milestone of the selected merge_request.
Ppl3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Ppl3
ppl3
into
master
Overview
0
Commits
6
Pipelines
1
Changes
2
Merged
Recolic
requested to merge
ppl3
into
master
1 year ago
Overview
0
Commits
6
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9bf25aaf
6 commits,
1 year ago
2 files
+
9
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
6
−
1
Options
@@ -26,7 +26,12 @@ variables:
build
:
stage
:
build
script
:
-
docker login -u recolic -p "$docker_pswd"
-
cd docker-pikaur/ && docker build -t recolic/pikaur .
upload
:
stage
:
deploy
script
:
-
docker login -u recolic -p "$docker_pswd"
-
docker push recolic/pikaur
allow_failure
:
true
Loading