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
Commits
37fd2447
There was a problem fetching the pipeline stages.
Commit
37fd2447
authored
1 year ago
by
Recolic
Browse files
Options
Downloads
Plain Diff
Merge branch 'ppl3' into 'master'
Ppl3 See merge request
!3
parents
6e2a5c27
9bf25aaf
No related branches found
No related tags found
1 merge request
!3
Ppl3
Pipeline
#924
passed with warnings with stages
in 2 minutes and 58 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
aur-sync.sh
+3
-0
3 additions, 0 deletions
aur-sync.sh
with
9 additions
and
1 deletion
.gitlab-ci.yml
+
6
−
1
View file @
37fd2447
...
...
@@ -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
This diff is collapsed.
Click to expand it.
aur-sync.sh
+
3
−
0
View file @
37fd2447
...
...
@@ -96,6 +96,9 @@ function dedup_and_build_index () {
return
$?
}
# Must update arch toolchain
docker pull recolic/pikaur
mkdir
-p
"
$build_outdir
"
sync_aur
||
echo
AUR-gg
sync_repo
||
echo
REPO-gg
...
...
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